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

get-flash-player: add flash-player-properties
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 11 09:23:58 2012 +0100 (2012-11-11)
parents 4f73469d334e
children 42b8478866fb
line source
1 # SliTaz package receipt.
3 PACKAGE="get-flash-plugin"
4 VERSION="1.5"
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 }