wok annotate adwaita-icon-theme/receipt @ rev 22190

updated xorg-gccmakedep (1.0.2 -> 1.0.3)
author Hans-G?nter Theisgen
date Mon Nov 11 09:28:38 2019 +0100 (2019-11-11)
parents 9db718ab8e1a
children 4945e6088799
rev   line source
al@19075 1 # SliTaz package receipt.
al@19075 2
al@19075 3 PACKAGE="adwaita-icon-theme"
al@19075 4 VERSION="3.20"
al@19126 5 SERIES="3.20" # first two numbers from version
al@19126 6 CATEGORY="customization"
al@19075 7 SHORT_DESC="A collection of icons used at the basis for GNOME themes"
al@19075 8 MAINTAINER="al.bobylev@gmail.com"
al@19075 9 LICENSE="LGPL3 CC-BY-SA-3"
al@19075 10 WEB_SITE="https://github.com/GNOME/adwaita-icon-theme"
al@19075 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19075 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL"
al@19075 13
al@19075 14 DEPENDS=""
al@19075 15 BUILD_DEPENDS=""
al@19075 16
al@19075 17 # Rules to configure and make the package.
al@19075 18 compile_rules()
al@19075 19 {
al@19075 20 ./configure \
al@19075 21 --prefix=/usr \
al@19075 22 $CONFIGURE_ARGS &&
al@19075 23 make && make install
al@19075 24 }
al@19075 25
al@19075 26 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19075 27 genpkg_rules()
al@19075 28 {
al@19075 29 cp -a $install/* $fs
al@19075 30 rm -r $fs/usr/share/pkgconfig
al@19075 31 }