wok diff tango-icon-theme/receipt @ rev 18179
Apache: fix init script
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 05 12:26:54 2015 +0200 (2015-07-05) |
parents | |
children | 40fab26c175d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tango-icon-theme/receipt Sun Jul 05 12:26:54 2015 +0200 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="tango-icon-theme" 1.7 +VERSION="0.8.90" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Tango Icon Theme" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="PublicDomain" 1.12 +WEB_SITE="http://tango.freedesktop.org/" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="${WEB_SITE}releases/$TARBALL" 1.15 + 1.16 +DEPENDS="" 1.17 +BUILD_DEPENDS="intltool gettext perl icon-naming-utils imagemagick-dev \ 1.18 +librsvg-dev librsvg-apps" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + ./configure \ 1.24 + --enable-png-creation \ 1.25 + $CONFIGURE_ARGS && \ 1.26 + make && make install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + cp -a $install/* $fs 1.33 +}