flashplayer: dropped

This commit is contained in:
Thomas Penteker 2013-05-14 14:17:40 +02:00
parent c55411fe57
commit 19c3ed4db2
3 changed files with 0 additions and 22 deletions

View File

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

View File

@ -1 +0,0 @@
a88ff5acbd947f4385db3ab7454bc717 flash_player_9_linux_dev.tar.gz

View File

@ -1,18 +0,0 @@
# Description: MacroMedia Flash Player for Linux
# URL: http://www.adobe.com/shockwave/download/alternates/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on:
name=flashplayer
version=9
release=9
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/
}