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

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
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 }