wok-next view slitaz-icons-tango/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents 4396aed7eb01
children
line source
1 # SliTaz package receipt v2.
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/"
10 REPOLOGY="-"
12 BUILD_DEPENDS="tango-icon-theme make-slitaz-icons"
14 compile_rules() {
15 mksit.sh \
16 -f /usr/share/icons/Tango \
17 -t $install/usr/share/icons/SliTaz-Tango \
18 -opmax -nocolor
19 }
21 genpkg_rules() {
22 copy @std
23 }