wok-next view slitaz-icons-nuovext/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents 4396aed7eb01
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slitaz-icons-nuovext"
4 VERSION="0.5.1"
5 CATEGORY="customization"
6 SHORT_DESC="SliTaz icon set based on the nuoveXT2 icons"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 REPOLOGY="-"
12 BUILD_DEPENDS="lxde-icon-theme make-slitaz-icons"
14 compile_rules() {
15 mksit.sh \
16 -f /usr/share/icons/nuoveXT2 \
17 -t $install/usr/share/icons/SliTaz-nuoveXT2 \
18 -opmax -nocolor
19 }
21 genpkg_rules() {
22 copy @std
23 }