wok-next view make-slitaz-icons/receipt @ rev 20494
make-slitaz-icons: in multiple choice for 16px request: if 16px and scalable icons both are available, try to choose 16px one, but not the first caught.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Mar 13 23:17:56 2018 +0200 (2018-03-13) |
parents | 6d2b71cbba60 |
children | 3a83e0dce9d6 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="make-slitaz-icons"
4 VERSION="180313"
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 }