wok annotate slitaz-icons-nuovext/receipt @ rev 18939

Add libwnck3, libwnck3-dev; fix libwnck-dev
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 01 17:34:09 2016 +0200 (2016-03-01)
parents c73f683146cf
children 40fab26c175d
rev   line source
al@17988 1 # SliTaz package receipt.
al@17988 2
al@17988 3 PACKAGE="slitaz-icons-nuovext"
pascal@17993 4 VERSION="0.5.1"
al@17988 5 CATEGORY="misc"
al@17988 6 SHORT_DESC="SliTaz icon set based on the nuoveXT2 icons"
al@17988 7 MAINTAINER="al.bobylev@gmail.com"
al@17988 8 LICENSE="GPL3"
al@17988 9 WEB_SITE="http://www.slitaz.org/"
al@17988 10
al@17988 11 WANTED="lxde-icon-theme"
al@17988 12 BUILD_DEPENDS="make-slitaz-icons"
al@17988 13
al@17988 14 # Rules to compile and makethe package.
al@17988 15 compile_rules() {
al@17988 16 mksit.sh \
al@17988 17 -f $install/usr/share/icons/nuoveXT2 \
al@17988 18 -t $fs/usr/share/icons/SliTaz-nuoveXT2 \
al@17988 19 -opmax -nocolor
al@17988 20 }
al@17988 21
al@17988 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17988 23 genpkg_rules()
al@17988 24 {
al@17988 25 :
al@17988 26 }