wok diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-icons-paper/receipt	Thu Mar 07 17:13:01 2019 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="slitaz-icons-paper"
     1.7 +VERSION="1.3.4"
     1.8 +CATEGORY="customization"
     1.9 +SHORT_DESC="SliTaz icon set based on the Paper icons"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="CC-BY-SA-4"
    1.12 +WEB_SITE="http://www.slitaz.org/"
    1.13 +
    1.14 +WANTED="paper-icon-theme"
    1.15 +BUILD_DEPENDS="make-slitaz-icons"
    1.16 +
    1.17 +# Rules to compile and makethe package.
    1.18 +compile_rules() {
    1.19 +	mksit.sh \
    1.20 +		-f $install/usr/share/icons/Paper \
    1.21 +		-t $fs/usr/share/icons/SliTaz-Paper \
    1.22 +		-opmax -nocolor
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	:
    1.29 +}