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

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 827e7447f207
children d5aab818505e
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="https://en.wikipedia.org/wiki/Tango_Desktop_Project"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://http.debian.net/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/${PACKAGE}_$VERSION.orig.tar.gz"
14 DEPENDS=""
15 BUILD_DEPENDS="intltool gettext perl icon-naming-utils imagemagick-dev \
16 librsvg-dev rsvg-convert perl-xml-simple"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --enable-png-creation \
23 $CONFIGURE_ARGS && \
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @std
31 }