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

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 40fab26c175d
children d0308bf5ec4a
line source
1 # SliTaz package receipt.
3 PACKAGE="adwaita-icon-theme"
4 VERSION="3.23.91"
5 SERIES="$(echo $VERSION | cut -d. -f1,2)"
6 CATEGORY="customization"
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"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure \
19 --prefix=/usr \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 rm -r $fs/usr/share/pkgconfig
29 }