wok-next annotate gtk3-engine-unico/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 5baa3b6a24e7
children d958fec46c9f
rev   line source
al@20459 1 # SliTaz package receipt v2.
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@20459 10
al@20459 11 TARBALL="unico-$VERSION.tar.gz"
pascal@17869 12 WGET_URL="https://launchpad.net/unico/${VERSION%.*}/$VERSION/+download/$TARBALL"
al@14225 13
al@20513 14 BUILD_DEPENDS="gtk+3-dev libxml2-dev"
al@14225 15
al@20459 16 compile_rules() {
al@14225 17 ./configure \
al@14269 18 --disable-static \
al@14269 19 --disable-debug \
al@14225 20 $CONFIGURE_ARGS &&
al@20575 21 fix libtool &&
al@14225 22 make &&
al@14225 23 make install
al@14225 24 }
al@14225 25
al@20459 26 genpkg_rules() {
al@20568 27 copy @std
al@20568 28 DEPENDS="gtk+3"
al@20568 29 TAGS="gtk3"
al@14225 30 }