From 8d6849ed299fba526b55c485387694e54e973fd0 Mon Sep 17 00:00:00 2001 From: James Mills Date: Thu, 29 Mar 2007 10:21:05 +1000 Subject: [PATCH] flashplayer: NEW port --- flashplayer/.footprint | 3 +++ flashplayer/.md5sum | 1 + flashplayer/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 flashplayer/.footprint create mode 100644 flashplayer/.md5sum create mode 100644 flashplayer/Pkgfile diff --git a/flashplayer/.footprint b/flashplayer/.footprint new file mode 100644 index 000000000..9c3869b90 --- /dev/null +++ b/flashplayer/.footprint @@ -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 diff --git a/flashplayer/.md5sum b/flashplayer/.md5sum new file mode 100644 index 000000000..ed69c374a --- /dev/null +++ b/flashplayer/.md5sum @@ -0,0 +1 @@ +4536166e1fa645d0ade0286b1a9288d9 flash_player_9_linux_dev.tar.gz diff --git a/flashplayer/Pkgfile b/flashplayer/Pkgfile new file mode 100644 index 000000000..511f368d6 --- /dev/null +++ b/flashplayer/Pkgfile @@ -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 +}