wok view get-flash-plugin/receipt @ rev 11346

Up: libpng to 1.2.46. Downgrade from 1.4.8. Don't updated in less chroot does auto updates otherwise there will be no point.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Nov 27 16:31:29 2011 +0000 (2011-11-27)
parents 304f0ecf5cd1
children a81b80118645
line source
1 # SliTaz package receipt.
3 PACKAGE="get-flash-plugin"
4 VERSION="1.2"
5 CATEGORY="non-free"
6 SHORT_DESC="Get Adobe Flash Player."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.adobe.com/products/flash/"
9 DEPENDS="libfirefox"
10 TAGS="flash"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp $stuff/get-flash-plugin $fs/usr/bin
17 }