wok-next view slitaz-icons-hydroxygen/receipt @ rev 19972

Up copyq (3.1.1), qedit (2.8.1)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 19:29:54 2017 +0200 (2017-10-17)
parents 40fab26c175d
children 2f03cb67a994
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slitaz-icons-hydroxygen"
4 VERSION="20090119"
5 CATEGORY="customization"
6 SHORT_DESC="SliTaz icon set based on the Hydroxygen icons"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="CC GPL"
9 WEB_SITE="http://www.slitaz.org/"
11 BUILD_DEPENDS="hydroxygen-iconset make-slitaz-icons"
13 # Rules to compile and makethe package.
14 compile_rules() {
15 mksit.sh \
16 -f /usr/share/icons/hydroxygen \
17 -t $fs/usr/share/icons/SliTaz-Hydroxygen \
18 -opmax
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 copy @std
25 }