16 lines
508 B
Plaintext
16 lines
508 B
Plaintext
# 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
|
|
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
|
|
}
|