wok-next view adwaita-icon-theme/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }