wok-6.x annotate slitaz-icons-tango/receipt @ rev 18134
poptop: add plugin
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 13 17:27:08 2015 +0200 (2015-06-13) |
parents | |
children | 40fab26c175d |
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@18029 | 5 CATEGORY="misc" |
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 } |