wok view slitaz-icons-tango/receipt @ rev 20993

gpicview: modified TARBALL
author Hans-G?nter Theisgen
date Thu Mar 07 17:13:01 2019 +0100 (2019-03-07)
parents 5e96d8818ac7
children
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-icons-tango"
4 VERSION="0.8.90"
5 CATEGORY="customization"
6 SHORT_DESC="SliTaz icon set based on the Tango icons"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://www.slitaz.org/"
11 WANTED="tango-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/Tango \
18 -t $fs/usr/share/icons/SliTaz-Tango \
19 -opmax -nocolor
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 :
26 }