flashplayer: NEW port

This commit is contained in:
James Mills 2007-03-29 10:21:05 +10:00
parent 275a923ae2
commit 8d6849ed29
3 changed files with 22 additions and 0 deletions

3
flashplayer/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/flashplayer

1
flashplayer/.md5sum Normal file
View File

@ -0,0 +1 @@
4536166e1fa645d0ade0286b1a9288d9 flash_player_9_linux_dev.tar.gz

18
flashplayer/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description:
# URL:
# Maintainer:
# Packager:
# Depends on:
name=flash
version=9
release=1
source=(http://download.macromedia.com/pub/flashplayer/updaters/9/flash_player_9_linux_dev.tar.gz)
build() {
cd flash_player_9_linux_dev/standalone/release
tar zxvf flashplayer.tar.gz
mkdir -p $PKG/usr/bin/
cp flashplayer $PKG/usr/bin/
chown -R root:root $PKG
}