summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2010-09-13 10:49:56 +0000
committerJose V Beneyto <sepen@crux.nu>2010-09-13 10:49:56 +0000
commitd14fc3470107d2980687e6f3a6630b914bea6354 (patch)
tree4c063244d47ccd3290b58e7e27395d8948d794ce
parent4c321e879f7f6593f5da4051f833af473defc66c (diff)
downloadopt-d14fc3470107d2980687e6f3a6630b914bea6354.tar.gz
opt-d14fc3470107d2980687e6f3a6630b914bea6354.tar.xz
flash-player-plugin: removed rpm2targz depndency (now using bsdtar for cpio archives)
-rw-r--r--flash-player-plugin/Pkgfile8
1 files changed, 3 insertions, 5 deletions
diff --git a/flash-player-plugin/Pkgfile b/flash-player-plugin/Pkgfile
index e50045457..eebaabc13 100644
--- a/flash-player-plugin/Pkgfile
+++ b/flash-player-plugin/Pkgfile
@@ -2,17 +2,15 @@
# URL: http://www.adobe.com/products/flashplayer/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Matt Housh, jaeger at crux dot nu
-# Depends on: rpm2targz
+# Depends on:
name=flash-player-plugin
version=10.1.82.76
-release=1
+release=2
source=(http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-$version-release.i386.rpm)
build() {
- local tgz="$PKGMK_SOURCE_DIR/$(basename ${source##*/} .rpm).tar.gz"
- [ ! -f "$tgz" ] && rpm2targz $PKGMK_SOURCE_DIR/${source##*/}
- tar xvzf "$tgz" -C $SRC
+ bsdtar -xf $PKGMK_SOURCE_DIR/${source##*/} -C $SRC
install -D -m 0755 usr/lib/flash-plugin/libflashplayer.so \
$PKG/usr/lib/mozilla/plugins/libflashplayer.so
}

Generated by cgit