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

mariadb 10.3.10 (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 09:48:29 2018 +0200 (2018-11-09)
parents d0308bf5ec4a
children 7b8e000b629f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="adwaita-icon-theme"
4 VERSION="3.30.0"
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 \
18 $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 }