opt/firefox-flash-plugin/Pkgfile
2010-02-15 08:26:52 +01:00

16 lines
495 B
Plaintext

# Description: Macromedia Flash Plugin for Firefox
# URL: http://www.adobe.com/products/flashplayer/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Matt Housh, jaeger at crux dot nu
# Depends on: firefox
name=firefox-flash-plugin
version=10.0.45.2
release=1
source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_${version%%.*}_linux.tar.gz)
build() {
install -D -m 0755 libflashplayer.so \
$PKG/usr/lib/firefox/plugins/libflashplayer.so
}