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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d635206a5649
children
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@21082 10 HOST_ARCH="any"
al@20888 11 REPOLOGY="-"
al@18028 12
al@19841 13 BUILD_DEPENDS="hydroxygen-iconset make-slitaz-icons"
al@18028 14
al@18028 15 compile_rules() {
al@18028 16 mksit.sh \
al@19841 17 -f /usr/share/icons/hydroxygen \
al@20491 18 -t $install/usr/share/icons/SliTaz-Hydroxygen \
al@19841 19 -opmax
al@18028 20 }