wok-next annotate get-flash-plugin/receipt @ rev 20882

Check Repology info from a* to g* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jul 10 20:08:05 2018 +0300 (2018-07-10)
parents 6fab3264ba87
children d5aab818505e
rev   line source
pascal@305 1 # SliTaz package receipt.
pascal@305 2
pascal@305 3 PACKAGE="get-flash-plugin"
pascal@13608 4 VERSION="1.5"
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/"
al@20882 10 REPOLOGY="-"
al@20882 11
jozee@5039 12 DEPENDS="libfirefox"
jozee@5039 13 TAGS="flash"
pascal@305 14
pascal@305 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@305 16 genpkg_rules()
pascal@305 17 {
pascal@305 18 mkdir -p $fs/usr/bin
slaxemulator@11325 19 cp $stuff/get-flash-plugin $fs/usr/bin
pascal@305 20 }