18 lines
534 B
Plaintext
18 lines
534 B
Plaintext
# Description: Macromedia Flash Plugin for Firefox
|
|
# URL: http://www.adobe.com/products/flashplayer/
|
|
# Packager: Matt Housh, jaeger at crux dot nu
|
|
# Maintainer: Antti Nykanen, aon at iki dot fi
|
|
# Depends on: firefox
|
|
|
|
name=firefox-flash-plugin
|
|
version=9.0.124.0
|
|
release=1
|
|
source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz)
|
|
|
|
build() {
|
|
mkdir -p $PKG/usr/lib/firefox/plugins
|
|
cp install_flash_player_9_linux/libflashplayer.so \
|
|
$PKG/usr/lib/firefox/plugins
|
|
chown -R root:root $PKG
|
|
}
|