wok annotate make-slitaz-icons/receipt @ rev 22885
updated gsl and gsl-dev (2.5 -> 2.6)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 22 16:56:40 2020 +0100 (2020-02-22) |
parents | bcb85982257c |
children |
rev | line source |
---|---|
al@17950 | 1 # SliTaz package receipt. |
al@17950 | 2 |
al@17950 | 3 PACKAGE="make-slitaz-icons" |
al@19474 | 4 VERSION="161031" |
al@17950 | 5 CATEGORY="development" |
al@17950 | 6 SHORT_DESC="Make SliTaz icon theme" |
al@17950 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@17950 | 8 LICENSE="GPL3" |
al@17950 | 9 WEB_SITE="http://www.slitaz.org/" |
al@17950 | 10 TAGS="icons" |
al@17950 | 11 |
al@17950 | 12 DEPENDS="inkscape optipng symlinks" |
al@17950 | 13 |
al@17950 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@17950 | 15 genpkg_rules() |
al@17950 | 16 { |
al@17950 | 17 mkdir -p $fs/usr/bin |
al@17950 | 18 install -m755 -oroot -groot $stuff/mksit.sh $fs/usr/bin |
al@17950 | 19 } |