wok diff adwaita-icon-theme/receipt @ rev 19084

Add: autoconf213, palemoon
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Apr 30 00:11:09 2016 +0200 (2016-04-30)
parents
children 40fab26c175d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/adwaita-icon-theme/receipt	Sat Apr 30 00:11:09 2016 +0200
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="adwaita-icon-theme"
     1.7 +VERSION="3.20"
     1.8 +SERIES="3.20"
     1.9 +CATEGORY="misc"
    1.10 +SHORT_DESC="A collection of icons used at the basis for GNOME themes"
    1.11 +MAINTAINER="al.bobylev@gmail.com"
    1.12 +LICENSE="LGPL3 CC-BY-SA-3"
    1.13 +WEB_SITE="https://github.com/GNOME/adwaita-icon-theme"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15 +WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL"
    1.16 +
    1.17 +DEPENDS=""
    1.18 +BUILD_DEPENDS=""
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	./configure \
    1.24 +		--prefix=/usr \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make && make install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	cp -a $install/* $fs
    1.33 +	rm -r $fs/usr/share/pkgconfig
    1.34 +}