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

postgresql: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 11:18:25 2017 +0100 (2017-11-01)
parents e44a1a92452b
children 47df087cffcf
line source
1 # SliTaz package receipt v2.
3 PACKAGE="make-slitaz-icons"
4 VERSION="170913"
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 # Rules to compile and make the package.
12 compile_rules() {
13 mkdir -p $install/usr/bin
14 install -m755 -oroot -groot $stuff/mksit.sh $install/usr/bin
15 }
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 copy @std
21 DEPENDS="rsvg-convert optipng-static symlinks"
22 TAGS="icons"
23 }