wok-next annotate slitaz-icons-tango/receipt @ rev 20526

Up mtpaint (3.49.13)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 23 17:51:29 2018 +0200 (2018-03-23)
parents 40fab26c175d
children cd7906120828
rev   line source
al@20464 1 # SliTaz package receipt v2.
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@20464 11 BUILD_DEPENDS="tango-icon-theme make-slitaz-icons"
al@18029 12
al@18029 13 compile_rules() {
al@18029 14 mksit.sh \
al@20464 15 -f /usr/share/icons/Tango \
al@20464 16 -t $install/usr/share/icons/SliTaz-Tango \
al@18029 17 -opmax -nocolor
al@18029 18 }
al@18029 19
al@20464 20 genpkg_rules() {
al@20464 21 copy @std
al@18029 22 }