wok-next annotate slitaz-icons-hydroxygen/receipt @ rev 20491

More packing...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 13 02:04:32 2018 +0200 (2018-03-13)
parents d0308bf5ec4a
children cd7906120828
rev   line source
al@19841 1 # SliTaz package receipt v2.
al@18028 2
al@18028 3 PACKAGE="slitaz-icons-hydroxygen"
al@18028 4 VERSION="20090119"
al@19126 5 CATEGORY="customization"
al@18028 6 SHORT_DESC="SliTaz icon set based on the Hydroxygen icons"
al@18028 7 MAINTAINER="al.bobylev@gmail.com"
al@18028 8 LICENSE="CC GPL"
al@18028 9 WEB_SITE="http://www.slitaz.org/"
al@18028 10
al@19841 11 BUILD_DEPENDS="hydroxygen-iconset make-slitaz-icons"
al@18028 12
al@18028 13 compile_rules() {
al@18028 14 mksit.sh \
al@19841 15 -f /usr/share/icons/hydroxygen \
al@20491 16 -t $install/usr/share/icons/SliTaz-Hydroxygen \
al@19841 17 -opmax
al@18028 18 }
al@18028 19
al@20491 20 genpkg_rules() {
al@19841 21 copy @std
al@18028 22 }