wok-next view adwaita-icon-theme/receipt @ rev 21203
updated airgeddon (3.31 -> 8.12)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 02 07:58:03 2019 +0100 (2019-12-02) |
parents | a18af897de8e |
children | 4e4974aebe17 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="adwaita-icon-theme"
4 VERSION="3.30.1"
5 CATEGORY="customization"
6 SHORT_DESC="A collection of icons used at the basis for GNOME themes"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL3 CC-BY-SA-3"
9 WEB_SITE="https://github.com/GNOME/adwaita-icon-theme"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/adwaita-icon-theme.html"
11 HOST_ARCH="any"
13 TARBALL="$PACKAGE-$VERSION.tar.xz"
14 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install
20 }