wok-next diff get-flash-plugin/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d958fec46c9f
children 0cbe4b1f2230
line diff
     1.1 --- a/get-flash-plugin/receipt	Tue Jul 10 20:08:05 2018 +0300
     1.2 +++ b/get-flash-plugin/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -1,20 +1,20 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="get-flash-plugin"
     1.8  VERSION="1.5"
     1.9  CATEGORY="non-free"
    1.10 -SHORT_DESC="Get Adobe Flash Player."
    1.11 +SHORT_DESC="Get Adobe Flash Player"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 -WEB_SITE="http://www.adobe.com/products/flash/"
    1.15 +WEB_SITE="https://get.adobe.com/flashplayer/otherversions/"
    1.16  REPOLOGY="-"
    1.17  
    1.18 -DEPENDS="libfirefox"
    1.19 -TAGS="flash"
    1.20 +compile_rules() {
    1.21 +	install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
    1.22 +}
    1.23  
    1.24 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 -genpkg_rules()
    1.26 -{
    1.27 -	mkdir -p $fs/usr/bin
    1.28 -	cp $stuff/get-flash-plugin $fs/usr/bin
    1.29 +genpkg_rules() {
    1.30 +	copy @std
    1.31 +	DEPENDS="libfirefox"
    1.32 +	TAGS="flash"
    1.33  }