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

updated libusb and libusb-dev (1.0.22 -> 1.0.23)
author Hans-G?nter Theisgen
date Thu Mar 12 17:06:21 2020 +0100 (2020-03-12)
parents 40fab26c175d
children 6831608a1b2a
rev   line source
al@19075 1 # SliTaz package receipt.
al@19075 2
al@19075 3 PACKAGE="adwaita-icon-theme"
Hans-G?nter@22472 4 VERSION="3.34.3"
Hans-G?nter@22472 5 SERIES="3.34" # first two numbers from version
al@19126 6 CATEGORY="customization"
Hans-G?nter@22472 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"
Hans-G?nter@22472 11
al@19075 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19075 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL"
al@19075 14
al@19075 15 DEPENDS=""
al@19075 16 BUILD_DEPENDS=""
al@19075 17
al@19075 18 # Rules to configure and make the package.
al@19075 19 compile_rules()
al@19075 20 {
Hans-G?nter@22472 21 ./configure \
Hans-G?nter@22472 22 --prefix=/usr \
al@19075 23 $CONFIGURE_ARGS &&
Hans-G?nter@22472 24 make &&
Hans-G?nter@22472 25 make install
al@19075 26 }
al@19075 27
al@19075 28 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19075 29 genpkg_rules()
al@19075 30 {
al@19075 31 cp -a $install/* $fs
al@19075 32 rm -r $fs/usr/share/pkgconfig
al@19075 33 }