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

pixman is obsolete -> xorg-pixman
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 13:29:20 2018 +0200 (2018-02-28)
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 }