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

Add lxqt (meta), make qt4-examples: screenshot, findfiles, charactermap
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 19 01:51:31 2014 +0200 (2014-10-19)
parents 76b72f1ad63c
children d3eb5f4b53ea
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@14225 5 CATEGORY="x-window"
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"
al@14225 12 WGET_URL="https://launchpad.net/unico/1.0/$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 }