wok annotate slitaz-icons-paper/receipt @ rev 20993

gpicview: modified TARBALL
author Hans-G?nter Theisgen
date Thu Mar 07 17:13:01 2019 +0100 (2019-03-07)
parents
children c265f9cf4b14
rev   line source
al@19480 1 # SliTaz package receipt.
al@19480 2
al@19480 3 PACKAGE="slitaz-icons-paper"
al@19480 4 VERSION="1.3.4"
al@19480 5 CATEGORY="customization"
al@19480 6 SHORT_DESC="SliTaz icon set based on the Paper icons"
al@19480 7 MAINTAINER="al.bobylev@gmail.com"
al@19480 8 LICENSE="CC-BY-SA-4"
al@19480 9 WEB_SITE="http://www.slitaz.org/"
al@19480 10
al@19480 11 WANTED="paper-icon-theme"
al@19480 12 BUILD_DEPENDS="make-slitaz-icons"
al@19480 13
al@19480 14 # Rules to compile and makethe package.
al@19480 15 compile_rules() {
al@19480 16 mksit.sh \
al@19480 17 -f $install/usr/share/icons/Paper \
al@19480 18 -t $fs/usr/share/icons/SliTaz-Paper \
al@19480 19 -opmax -nocolor
al@19480 20 }
al@19480 21
al@19480 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19480 23 genpkg_rules()
al@19480 24 {
al@19480 25 :
al@19480 26 }