wok-next annotate tango-icon-theme/receipt @ rev 20532

moc, mypaint: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 26 13:35:23 2018 +0200 (2018-03-26)
parents 827e7447f207
children d5aab818505e
rev   line source
al@18029 1 # SliTaz package receipt.
al@18029 2
al@18029 3 PACKAGE="tango-icon-theme"
al@18029 4 VERSION="0.8.90"
al@19126 5 CATEGORY="customization"
al@18029 6 SHORT_DESC="Tango Icon Theme"
al@18029 7 MAINTAINER="al.bobylev@gmail.com"
al@18029 8 LICENSE="PublicDomain"
al@19148 9 #WEB_SITE="http://tango.freedesktop.org/" # unavailable now
al@19708 10 WEB_SITE="https://en.wikipedia.org/wiki/Tango_Desktop_Project"
al@18029 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19148 12 WGET_URL="http://http.debian.net/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/${PACKAGE}_$VERSION.orig.tar.gz"
al@18029 13
al@18029 14 DEPENDS=""
al@18029 15 BUILD_DEPENDS="intltool gettext perl icon-naming-utils imagemagick-dev \
pascal@19923 16 librsvg-dev rsvg-convert perl-xml-simple"
al@18029 17
al@18029 18 # Rules to configure and make the package.
al@18029 19 compile_rules()
al@18029 20 {
al@18029 21 ./configure \
al@18029 22 --enable-png-creation \
al@18029 23 $CONFIGURE_ARGS && \
al@18029 24 make && make install
al@18029 25 }
al@18029 26
al@18029 27 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18029 28 genpkg_rules()
al@18029 29 {
al@19713 30 copy @std
al@18029 31 }