wok-next annotate make-slitaz-icons/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 47df087cffcf
children
rev   line source
al@19840 1 # SliTaz package receipt v2.
al@17950 2
al@17950 3 PACKAGE="make-slitaz-icons"
al@20495 4 VERSION="180314"
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
al@19840 11 compile_rules() {
al@20494 12 install -Dm755 $stuff/mksit.sh $install/usr/bin/mksit.sh
al@19840 13 }
al@17950 14
al@20494 15 genpkg_rules() {
al@19840 16 copy @std
al@19840 17 DEPENDS="rsvg-convert optipng-static symlinks"
al@19840 18 TAGS="icons"
al@17950 19 }