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

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 40fab26c175d
children b78e79c31b1f
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/" # unavailable now
10 WEB_SITE="http://tango-project.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 #WGET_URL="${WEB_SITE}releases/$TARBALL" # unavailable now
13 WGET_URL="http://http.debian.net/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/${PACKAGE}_$VERSION.orig.tar.gz"
15 DEPENDS=""
16 BUILD_DEPENDS="intltool gettext perl icon-naming-utils imagemagick-dev \
17 librsvg-dev librsvg-apps"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --enable-png-creation \
24 $CONFIGURE_ARGS && \
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 }