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

Add: childsplay (0.90.2)
author Claudinei Pereira <claudinei@slitaz.org>
date Thu Jun 11 02:15:26 2009 +0000 (2009-06-11)
parents 70dcf8d10bf9
children 304f0ecf5cd1
line source
1 # SliTaz package receipt.
3 PACKAGE="get-flash-plugin"
4 VERSION="1.1"
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="firefox"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-flash-plugin $fs/usr/bin
16 }