wok-next view make-slitaz-icons/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 47df087cffcf
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="make-slitaz-icons"
4 VERSION="180314"
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/"
11 compile_rules() {
12 install -Dm755 $stuff/mksit.sh $install/usr/bin/mksit.sh
13 }
15 genpkg_rules() {
16 copy @std
17 DEPENDS="rsvg-convert optipng-static symlinks"
18 TAGS="icons"
19 }