wok-6.x annotate get-flash-plugin/receipt @ rev 7593
Busybox config change: unset CONFIG_AR (it conflict with binutils ar) & unset CONFIG_XZ (only unxz is actually usefull - it appears that lzma legacy is our better compression tool)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Dec 10 19:35:10 2010 +0100 (2010-12-10) |
parents | 30259d811e2b |
children | aef77d974511 |
rev | line source |
---|---|
pascal@305 | 1 # SliTaz package receipt. |
pascal@305 | 2 |
pascal@305 | 3 PACKAGE="get-flash-plugin" |
jozee@5039 | 4 VERSION="1.2" |
pascal@305 | 5 CATEGORY="non-free" |
pascal@305 | 6 SHORT_DESC="Get Adobe Flash Player." |
pascal@305 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@305 | 8 WEB_SITE="http://www.adobe.com/products/flash/" |
jozee@5039 | 9 DEPENDS="libfirefox" |
jozee@5039 | 10 TAGS="flash" |
pascal@305 | 11 |
pascal@305 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@305 | 13 genpkg_rules() |
pascal@305 | 14 { |
pascal@305 | 15 mkdir -p $fs/usr/bin |
pascal@305 | 16 cp stuff/get-flash-plugin $fs/usr/bin |
pascal@305 | 17 } |
pascal@305 | 18 |