wok view slitaz-icons-hydroxygen/receipt @ rev 22130

updated wifidog (1.1.5 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Nov 04 11:16:52 2019 +0100 (2019-11-04)
parents ac8b7d6576b1
children
line source
1 # SliTaz package receipt.
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 WANTED="hydroxygen-iconset"
12 BUILD_DEPENDS="make-slitaz-icons"
14 # Rules to compile and makethe package.
15 compile_rules() {
16 mksit.sh \
17 -f $install/usr/share/icons/hydroxygen \
18 -t $fs/usr/share/icons/SliTaz-Hydroxygen \
19 -opmax -nocolor
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 :
26 }