wok-next diff slitaz-icons-tango/receipt @ rev 20800

apngopt: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 12 01:07:56 2018 +0300 (2018-06-12)
parents 40fab26c175d
children cd7906120828
line diff
     1.1 --- a/slitaz-icons-tango/receipt	Mon May 09 21:59:10 2016 +0300
     1.2 +++ b/slitaz-icons-tango/receipt	Tue Jun 12 01:07:56 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="slitaz-icons-tango"
     1.8  VERSION="0.8.90"
     1.9 @@ -8,19 +8,15 @@
    1.10  LICENSE="PublicDomain"
    1.11  WEB_SITE="http://www.slitaz.org/"
    1.12  
    1.13 -WANTED="tango-icon-theme"
    1.14 -BUILD_DEPENDS="make-slitaz-icons"
    1.15 +BUILD_DEPENDS="tango-icon-theme make-slitaz-icons"
    1.16  
    1.17 -# Rules to compile and makethe package.
    1.18  compile_rules() {
    1.19  	mksit.sh \
    1.20 -		-f $install/usr/share/icons/Tango \
    1.21 -		-t $fs/usr/share/icons/SliTaz-Tango \
    1.22 +		-f /usr/share/icons/Tango \
    1.23 +		-t $install/usr/share/icons/SliTaz-Tango \
    1.24  		-opmax -nocolor
    1.25  }
    1.26  
    1.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 -genpkg_rules()
    1.29 -{
    1.30 -	:
    1.31 +genpkg_rules() {
    1.32 +	copy @std
    1.33  }