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

Up sshttp (0-35s2), sshguard (2.0.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 18:48:45 2017 +0200 (2017-10-22)
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 }