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

Add: get-vivaldi, kazehakase. Up: firefox-official(42.0). Misc: change various icons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 07 03:08:19 2015 +0200 (2015-11-07)
parents
children 40fab26c175d
line source
1 # SliTaz package receipt.
3 PACKAGE="tango-icon-theme"
4 VERSION="0.8.90"
5 CATEGORY="misc"
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 }