wok-current diff slitaz-icons-elementary/receipt @ rev 18436
subversion: apache mods fail to install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 23 12:59:29 2015 +0200 (2015-09-23) |
parents | |
children | 40fab26c175d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/slitaz-icons-elementary/receipt Wed Sep 23 12:59:29 2015 +0200 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="slitaz-icons-elementary" 1.7 +VERSION="3.1" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="SliTaz icon set based on the elementary icons" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL3" 1.12 +WEB_SITE="http://www.slitaz.org/" 1.13 + 1.14 +WANTED="elementaryicons" 1.15 +BUILD_DEPENDS="make-slitaz-icons" 1.16 + 1.17 +# Rules to compile and makethe package. 1.18 +compile_rules() { 1.19 + mksit.sh \ 1.20 + -f $install/usr/share/icons/elementary \ 1.21 + -t $fs/usr/share/icons/SliTaz-Elementary \ 1.22 + -opmax -nocolor 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + : 1.29 +}