opt/firefox-flash-plugin/Pkgfile

16 lines
508 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Macromedia Flash Plugin for Firefox
# URL: http://www.macromedia.com/shockwave/download/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: firefox
name=firefox-flash-plugin
version=7.0r68
release=1
2006-02-23 16:26:10 +01:00
source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_7_linux.tar.gz)
build() {
mkdir -p $PKG/usr/lib/firefox/plugins
cp install_flash_player_7_linux/{libflashplayer.so,flashplayer.xpt} $PKG/usr/lib/firefox/plugins
chown -R root:root $PKG
}