wok-current view get-flash-plugin/receipt @ rev 4495

Up: wireshark 1.2.4
author deadwait <allan316@gmail.com>
date Fri Nov 20 15:16:37 2009 +0000 (2009-11-20)
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 }