wok diff slitaz-icons-tango/receipt @ rev 19117

sqlite: fix arm build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 07 17:36:05 2016 +0200 (2016-05-07)
parents
children 40fab26c175d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-icons-tango/receipt	Sat May 07 17:36:05 2016 +0200
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="slitaz-icons-tango"
     1.7 +VERSION="0.8.90"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="SliTaz icon set based on the Tango icons"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="PublicDomain"
    1.12 +WEB_SITE="http://www.slitaz.org/"
    1.13 +
    1.14 +WANTED="tango-icon-theme"
    1.15 +BUILD_DEPENDS="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 +		-opmax -nocolor
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	:
    1.29 +}