wok diff make-slitaz-icons/receipt @ rev 17950

Add: "make-slitaz-icons": tool to create SliTaz icon set from any Linux icon sets; "slitaz-icons-faenza": candidate to substitute "slitaz-icon" in the upcoming SliTaz release, still need testing (to find absent icons).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 16 03:14:37 2015 +0300 (2015-04-16)
parents
children 4b2ef27b7a68
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/make-slitaz-icons/receipt	Thu Apr 16 03:14:37 2015 +0300
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="make-slitaz-icons"
     1.7 +VERSION="20150416"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Make SliTaz icon theme"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="http://www.slitaz.org/"
    1.13 +TAGS="icons"
    1.14 +
    1.15 +DEPENDS="inkscape optipng symlinks"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/bin
    1.21 +	install -m755 -oroot -groot $stuff/mksit.sh $fs/usr/bin
    1.22 +}