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

updated grsync (1.2.2 -> 1.2.6)
author Hans-G?nter Theisgen
date Sat Feb 22 15:36:22 2020 +0100 (2020-02-22)
parents ed91ac8eff3f
children
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@19126 5 CATEGORY="customization"
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 }