2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Adobe Flash Player
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.macromedia.com
|
2018-01-31 22:20:43 +01:00
|
|
|
|
# Paketçi: milisarge Cihan_Alkan
|
|
|
|
|
# Gerekler: libxt gtk2 nss curl hicolor-icon-theme
|
|
|
|
|
# Grup:
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=flashplayer
|
2018-01-31 22:20:43 +01:00
|
|
|
|
surum=28.0.0.137
|
2017-10-28 14:10:23 +02:00
|
|
|
|
devir=1
|
2018-01-31 22:20:43 +01:00
|
|
|
|
kaynak=(https://fpdownload.adobe.com/get/flashplayer/pdc/$surum/flash_player_ppapi_linux.x86_64.tar.gz
|
|
|
|
|
https://fpdownload.adobe.com/get/flashplayer/pdc/$surum/flash_player_npapi_linux.x86_64.tar.gz)
|
2017-10-23 16:35:36 +02:00
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2018-01-31 22:20:43 +01:00
|
|
|
|
|
|
|
|
|
install -Dm644 libflashplayer.so "$PKG/usr/lib/mozilla/plugins/libflashplayer.so"
|
|
|
|
|
install -Dm644 -t "$PKG/usr/share/licenses/$isim" license.pdf LGPL/notice.txt
|
|
|
|
|
|
|
|
|
|
install -D -t "$PKG/usr/bin" usr/bin/flash-player-properties
|
|
|
|
|
cp -a usr/share/{applications,icons} "$PKG/usr/share/"
|
|
|
|
|
|
|
|
|
|
install -Dm644 -t "$PKG/usr/lib/PepperFlash" manifest.json libpepflashplayer.so
|
|
|
|
|
install -Dm644 -t "$PKG/usr/share/licenses/$isim" license.pdf LGPL/notice.txt
|
2016-02-24 01:27:23 +01:00
|
|
|
|
}
|