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

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents d635206a5649
children
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/"
10 HOST_ARCH="any"
11 REPOLOGY="-"
13 BUILD_DEPENDS="hydroxygen-iconset make-slitaz-icons"
15 compile_rules() {
16 mksit.sh \
17 -f /usr/share/icons/hydroxygen \
18 -t $install/usr/share/icons/SliTaz-Hydroxygen \
19 -opmax
20 }