wok view adwaita-icon-theme/receipt @ 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
children 40fab26c175d
line source
1 # SliTaz package receipt.
3 PACKAGE="adwaita-icon-theme"
4 VERSION="3.20"
5 SERIES="3.20"
6 CATEGORY="misc"
7 SHORT_DESC="A collection of icons used at the basis for GNOME themes"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="LGPL3 CC-BY-SA-3"
10 WEB_SITE="https://github.com/GNOME/adwaita-icon-theme"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --prefix=/usr \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 rm -r $fs/usr/share/pkgconfig
31 }