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

pcmanfm: add tazpkg handler.
pcmanfm/stuff/archiver-tazpkg-support.patch HG: changed
pcmanfm/stuff/icons/Tango/32x32/mimetypes/gnome-mime-application-x-tazpkg.png
pcmanfm/stuff/icons/Tango/32x32/mimetypes/package-x-tazpkg.png HG:
changed pcmanfm/stuff/mime/packages/tazpkg.xml
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jun 27 00:24:13 2009 +0200 (2009-06-27)
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 }