milis/talimatname/genel/c/chromium-pepper-flash/talimat

21 lines
699 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Chromium için Google Chrome'un Pepper Flash eklentisi
2017-12-24 00:47:53 +01:00
# URL: https://www.chromium.org/Home
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
2017-12-24 00:47:53 +01:00
# Gerekler:
# Grup: medya
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=chromium-pepper-flash
surum=20.0.0.228
devir=2
2017-12-24 00:47:53 +01:00
kaynak=(http://docs.volcanis.me/.pepper-flash/`uname-m`/libpepflashplayer.so\
http://docs.volcanis.me/.pepper-flash/`uname-m`/manifest.json)
2016-02-24 01:27:23 +01:00
2017-12-24 00:47:53 +01:00
# URL : http://www.google.com/chrome
2016-02-24 01:27:23 +01:00
[ "`uname -m`" == "i686" ] && _ARCH=i386
[ "`uname -m`" == "x86_64" ] && _ARCH=x86_64
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
install -d $PKG/{usr/lib/PepperFlash,opt/chromium/lib}
install -m644 $SRC/{libpepflashplayer.so,manifest.json} $PKG/usr/lib/PepperFlash
ln -sv ../../usr/lib/PepperFlash $PKG/opt/chromium/lib/PepperFlash
}