wok annotate slitaz-icons-tango/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents 5e96d8818ac7
children
rev   line source
al@18029 1 # SliTaz package receipt.
al@18029 2
al@18029 3 PACKAGE="slitaz-icons-tango"
al@18029 4 VERSION="0.8.90"
al@19126 5 CATEGORY="customization"
al@18029 6 SHORT_DESC="SliTaz icon set based on the Tango icons"
al@18029 7 MAINTAINER="al.bobylev@gmail.com"
al@18029 8 LICENSE="PublicDomain"
al@18029 9 WEB_SITE="http://www.slitaz.org/"
al@18029 10
al@18029 11 WANTED="tango-icon-theme"
al@18029 12 BUILD_DEPENDS="make-slitaz-icons"
al@18029 13
al@18029 14 # Rules to compile and makethe package.
al@18029 15 compile_rules() {
al@18029 16 mksit.sh \
al@18029 17 -f $install/usr/share/icons/Tango \
al@18029 18 -t $fs/usr/share/icons/SliTaz-Tango \
al@18029 19 -opmax -nocolor
al@18029 20 }
al@18029 21
al@18029 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18029 23 genpkg_rules()
al@18029 24 {
al@18029 25 :
al@18029 26 }