wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="make-slitaz-icons"
4 VERSION="20150416"
5 CATEGORY="development"
6 SHORT_DESC="Make SliTaz icon theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 TAGS="icons"
12 DEPENDS="inkscape optipng symlinks"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 install -m755 -oroot -groot $stuff/mksit.sh $fs/usr/bin
19 }