wok-current annotate adobe-flash/receipt @ rev 11271
Add: adobe-flash (11.0.1.152)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu Nov 10 01:24:09 2011 +0000 (2011-11-10) |
parents | |
children |
rev | line source |
---|---|
devl547@11271 | 1 # SliTaz package receipt. |
devl547@11271 | 2 |
devl547@11271 | 3 PACKAGE="adobe-flash" |
devl547@11271 | 4 VERSION="11.0.1.152" |
devl547@11271 | 5 CATEGORY="multimedia" |
devl547@11271 | 6 SHORT_DESC="Adobe flash player" |
devl547@11271 | 7 MAINTAINER="devl547@gmail.com" |
devl547@11271 | 8 TARBALL="install_flash_player_11_linux.i386.tar.gz" |
devl547@11271 | 9 WEB_SITE="http://www.adobe.com" |
devl547@11271 | 10 WGET_URL="http://fpdownload.macromedia.com/get/flashplayer/pdc/$VERSION/$TARBALL" |
devl547@11271 | 11 |
devl547@11271 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@11271 | 13 genpkg_rules() |
devl547@11271 | 14 { |
devl547@11271 | 15 mkdir -p $fs/usr/lib/mozilla/plugins |
devl547@11271 | 16 cp -a $src/libflashplayer.so $fs/usr/lib/mozilla/plugins |
devl547@11271 | 17 } |