wok annotate slitaz-icons-paper/receipt @ rev 24556
updated flatpress (0.1010.2 -> 1.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 25 14:05:00 2022 +0100 (2022-02-25) |
parents | 1a7f0416f9b1 |
children |
rev | line source |
---|---|
al@19480 | 1 # SliTaz package receipt. |
al@19480 | 2 |
al@19480 | 3 PACKAGE="slitaz-icons-paper" |
pascal@23351 | 4 VERSION="1.5.0" |
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 } |