wok rev 19075

Add adwaita-icon-theme
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Apr 24 14:03:26 2016 +0300 (2016-04-24)
parents d9a282c4b720
children 373b7f8a9037
files adwaita-icon-theme/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/adwaita-icon-theme/receipt	Sun Apr 24 14:03:26 2016 +0300
     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 +}