wok annotate get-flash-plugin/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents d5999a28461c
children c15fedfb9582
rev   line source
pascal@305 1 # SliTaz package receipt.
pascal@305 2
pascal@305 3 PACKAGE="get-flash-plugin"
Hans-G?nter@22835 4 VERSION="1.6.1"
pascal@305 5 CATEGORY="non-free"
Hans-G?nter@22835 6 TAGS="flash"
pascal@305 7 SHORT_DESC="Get Adobe Flash Player."
pascal@305 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 9 LICENSE="BSD"
pascal@305 10 WEB_SITE="http://www.adobe.com/products/flash/"
Hans-G?nter@22835 11
mojo@19566 12 DEPENDS="libfirefox"
pascal@305 13
pascal@305 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@305 15 genpkg_rules()
pascal@305 16 {
pascal@305 17 mkdir -p $fs/usr/bin
Hans-G?nter@22835 18 cp $stuff/get-flash-plugin $fs/usr/bin
pascal@305 19 }