wok annotate get-flash-plugin/receipt @ rev 21956
updated some more locales for squirrelmail (1.4.13 -> 1.4.18)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 09 17:45:44 2019 +0100 (2019-10-09) |
parents | 10eca9f3e599 |
children | 49bbb4b9da3c |
rev | line source |
---|---|
pascal@305 | 1 # SliTaz package receipt. |
pascal@305 | 2 |
pascal@305 | 3 PACKAGE="get-flash-plugin" |
mojo@19679 | 4 VERSION="1.6.0" |
pascal@305 | 5 CATEGORY="non-free" |
pascal@305 | 6 SHORT_DESC="Get Adobe Flash Player." |
pascal@305 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15199 | 8 LICENSE="BSD" |
pascal@305 | 9 WEB_SITE="http://www.adobe.com/products/flash/" |
mojo@19566 | 10 DEPENDS="libfirefox" |
jozee@5039 | 11 TAGS="flash" |
pascal@305 | 12 |
pascal@305 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@305 | 14 genpkg_rules() |
pascal@305 | 15 { |
pascal@305 | 16 mkdir -p $fs/usr/bin |
slaxemulator@11325 | 17 cp $stuff/get-flash-plugin $fs/usr/bin |
pascal@305 | 18 } |