summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2010-09-10 14:49:20 +0200
committerJose V Beneyto <sepen@crux.nu>2010-09-10 14:49:20 +0200
commitbf73d649ba895334986286b693a43f09c1d60c06 (patch)
tree444076348e94a753cf3388c01702f30f3455352a
parent6d98af15427dcdead622d206be1155d3086c44ef (diff)
downloadopt-bf73d649ba895334986286b693a43f09c1d60c06.tar.gz
opt-bf73d649ba895334986286b693a43f09c1d60c06.tar.xz
[notify] flash-player-plugin: updated to 10.1.82.76
Security update: http://www.adobe.com/support/security/bulletins/apsb10-16.html
-rw-r--r--flash-player-plugin/.md5sum2
-rw-r--r--flash-player-plugin/Pkgfile10
2 files changed, 7 insertions, 5 deletions
diff --git a/flash-player-plugin/.md5sum b/flash-player-plugin/.md5sum
index 2e2dc8a5c..9fa42a842 100644
--- a/flash-player-plugin/.md5sum
+++ b/flash-player-plugin/.md5sum
@@ -1 +1 @@
-7f122a6bf62403c2916f37df48c18768 install_flash_player_10_linux.tar.gz
+3f250cc33acac7a600fca60ac834455c flash-plugin-10.1.82.76-release.i386.rpm
diff --git a/flash-player-plugin/Pkgfile b/flash-player-plugin/Pkgfile
index 0bbf47237..4e6b5d91a 100644
--- a/flash-player-plugin/Pkgfile
+++ b/flash-player-plugin/Pkgfile
@@ -2,14 +2,16 @@
# 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:
+# Depends on: rpm2targz
name=flash-player-plugin
-version=10.1
+version=10.1.82.76
release=1
-source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_${version%%.*}_linux.tar.gz)
+source=(http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-$version-release.i386.rpm)
build() {
- install -D -m 0755 libflashplayer.so \
+ rpm2targz ${source##*/}
+ tar xvzf $(basename ${source##*/} .rpm).tar.gz
+ install -D -m 0755 usr/lib/flash-plugin/libflashplayer.so \
$PKG/usr/lib/mozilla/plugins/libflashplayer.so
}

Generated by cgit