wok view slitaz-icons-nuovext/receipt @ rev 23840

Up libsdl2-image (2.0.5), radare2 (4.4.0), screen (4.8.0), sleuthkit (4.9.0), thunderbird-bin (68.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 04 16:22:12 2020 +0000 (2020-06-04)
parents ed91ac8eff3f
children
line source
1 # SliTaz package receipt.
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/"
11 WANTED="lxde-icon-theme"
12 BUILD_DEPENDS="make-slitaz-icons"
14 # Rules to compile and makethe package.
15 compile_rules() {
16 mksit.sh \
17 -f $install/usr/share/icons/nuoveXT2 \
18 -t $fs/usr/share/icons/SliTaz-nuoveXT2 \
19 -opmax -nocolor
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 :
26 }