wok annotate slitaz-icons-faenza/receipt @ rev 18123

Add xorg-dri3proto
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 11 10:44:32 2015 +0200 (2015-06-11)
parents ad29119ff607
children 61fdfde9104b
rev   line source
al@17950 1 # SliTaz package receipt.
al@17950 2
al@17950 3 PACKAGE="slitaz-icons-faenza"
pascal@17993 4 VERSION="1.3"
al@17950 5 CATEGORY="misc"
al@17950 6 SHORT_DESC="SliTaz icon set based on the Faenza icons"
al@17950 7 MAINTAINER="al.bobylev@gmail.com"
al@17950 8 LICENSE="GPL3"
al@17950 9 WEB_SITE="http://www.slitaz.org/"
al@17950 10
al@17950 11 WANTED="faenza-icon-theme"
al@17950 12 BUILD_DEPENDS="make-slitaz-icons"
al@17950 13
al@17950 14 # Rules to compile and makethe package.
al@17950 15 compile_rules() {
al@17950 16 mksit.sh \
al@17950 17 -f $install/usr/share/icons/Faenza \
al@17950 18 -t $fs/usr/share/icons/SliTaz-Faenza \
al@17950 19 -opmax -nocolor
al@17950 20 }
al@17950 21
al@17950 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17950 23 genpkg_rules()
al@17950 24 {
al@17950 25 :
al@17950 26 }