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

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents 7b8e000b629f
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="adwaita-icon-theme"
4 VERSION="3.36.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"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
15 HOST_ARCH="any"
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }