wok annotate gtk3-engine-unico/receipt @ rev 20891

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:20:18 2019 +0100 (2019-02-26)
parents d3eb5f4b53ea
children 1bd2c6414e5a
rev   line source
al@14225 1 # SliTaz package receipt.
al@14225 2
al@14225 3 PACKAGE="gtk3-engine-unico"
al@14225 4 VERSION="1.0.2"
al@19126 5 CATEGORY="customization"
al@14225 6 SHORT_DESC="Unico GTK3 theme engine"
al@14225 7 MAINTAINER="al.bobylev@gmail.com"
pascal@14996 8 LICENSE="LGPL2.1"
al@14225 9 WEB_SITE="https://launchpad.net/unico"
al@14225 10 SOURCE="unico"
al@14225 11 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@17869 12 WGET_URL="https://launchpad.net/unico/${VERSION%.*}/$VERSION/+download/$TARBALL"
al@14269 13 TAGS="gtk3"
al@14225 14
al@14225 15 DEPENDS="gtk+3"
pascal@15234 16 BUILD_DEPENDS="gtk+3-dev wget libxml2-dev"
al@14225 17
al@14225 18 # Rules to configure and make the package.
al@14225 19 compile_rules()
al@14225 20 {
al@14225 21 ./configure \
al@14269 22 --disable-static \
al@14269 23 --disable-debug \
al@14225 24 $CONFIGURE_ARGS &&
al@14225 25 make &&
al@14225 26 make install
al@14225 27 }
al@14225 28
al@14225 29 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14225 30 genpkg_rules()
al@14225 31 {
al@14225 32 cp -a $install/* $fs
al@14225 33 find $fs -name '*.*a' -delete
al@14225 34 }