wok-next view tango-icon-theme/receipt @ rev 21612

updated e3 (2.8 -> 2.82)
author Hans-G?nter Theisgen
date Thu Jun 25 10:20:43 2020 +0100 (2020-06-25)
parents 108629bb27a1
children
line source
1 # SliTaz package receipt v2.
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="https://en.wikipedia.org/wiki/Tango_Desktop_Project"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://http.debian.net/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/${PACKAGE}_$VERSION.orig.tar.gz"
15 BUILD_DEPENDS="intltool gettext-dev perl icon-naming-utils imagemagick-dev \
16 librsvg-dev rsvg-convert perl-xml-simple"
18 compile_rules() {
19 ./configure \
20 --enable-png-creation \
21 $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 }