# HG changeset patch # User Aleksej Bobylev # Date 1461495806 -10800 # Node ID 9db718ab8e1a05ff68111af648277e1b8ffb2361 # Parent d9a282c4b7203c0436243a81284ee73249fd56ab Add adwaita-icon-theme diff -r d9a282c4b720 -r 9db718ab8e1a adwaita-icon-theme/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/adwaita-icon-theme/receipt Sun Apr 24 14:03:26 2016 +0300 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="adwaita-icon-theme" +VERSION="3.20" +SERIES="3.20" +CATEGORY="misc" +SHORT_DESC="A collection of icons used at the basis for GNOME themes" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="LGPL3 CC-BY-SA-3" +WEB_SITE="https://github.com/GNOME/adwaita-icon-theme" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL" + +DEPENDS="" +BUILD_DEPENDS="" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs + rm -r $fs/usr/share/pkgconfig +}