wok view tango-icon-theme/receipt @ rev 19126

Fill "customization" category in.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 09 21:59:10 2016 +0300 (2016-05-09)
parents 5e96d8818ac7
children 4125548935d3
line source
1 # SliTaz package receipt.
3 PACKAGE="tango-icon-theme"
4 VERSION="0.8.90"
5 CATEGORY="customization"
6 SHORT_DESC="Tango Icon Theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://tango.freedesktop.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="${WEB_SITE}releases/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS="intltool gettext perl icon-naming-utils imagemagick-dev \
15 librsvg-dev librsvg-apps"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --enable-png-creation \
22 $CONFIGURE_ARGS && \
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }