wok-6.x diff 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 |
line diff
1.1 --- a/get-flash-plugin/receipt Sun Jan 11 18:12:33 2009 +0100 1.2 +++ b/get-flash-plugin/receipt Fri Dec 10 19:35:10 2010 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="get-flash-plugin" 1.7 -VERSION="1.1" 1.8 +VERSION="1.2" 1.9 CATEGORY="non-free" 1.10 SHORT_DESC="Get Adobe Flash Player." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 WEB_SITE="http://www.adobe.com/products/flash/" 1.13 -DEPENDS="firefox" 1.14 +DEPENDS="libfirefox" 1.15 +TAGS="flash" 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg. 1.18 genpkg_rules()