wok annotate slitaz-icons-elementary/receipt @ rev 22483
updated antinat and antinat-dev (0.90 -> 0.91)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 30 16:44:40 2019 +0100 (2019-12-30) |
parents | ac8b7d6576b1 |
children |
rev | line source |
---|---|
al@18028 | 1 # SliTaz package receipt. |
al@18028 | 2 |
al@18028 | 3 PACKAGE="slitaz-icons-elementary" |
al@18028 | 4 VERSION="3.1" |
al@19126 | 5 CATEGORY="customization" |
al@18028 | 6 SHORT_DESC="SliTaz icon set based on the elementary icons" |
al@18028 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@18028 | 8 LICENSE="GPL3" |
al@18028 | 9 WEB_SITE="http://www.slitaz.org/" |
al@18028 | 10 |
al@18028 | 11 WANTED="elementaryicons" |
al@18028 | 12 BUILD_DEPENDS="make-slitaz-icons" |
al@18028 | 13 |
al@18028 | 14 # Rules to compile and makethe package. |
al@18028 | 15 compile_rules() { |
al@18028 | 16 mksit.sh \ |
al@18028 | 17 -f $install/usr/share/icons/elementary \ |
al@18028 | 18 -t $fs/usr/share/icons/SliTaz-Elementary \ |
al@18028 | 19 -opmax -nocolor |
al@18028 | 20 } |
al@18028 | 21 |
al@18028 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@18028 | 23 genpkg_rules() |
al@18028 | 24 { |
al@18028 | 25 : |
al@18028 | 26 } |