wok-next view gtk3-engine-unico/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 5baa3b6a24e7
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtk3-engine-unico"
4 VERSION="1.0.2"
5 CATEGORY="customization"
6 SHORT_DESC="Unico GTK3 theme engine"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://launchpad.net/unico"
11 TARBALL="unico-$VERSION.tar.gz"
12 WGET_URL="https://launchpad.net/unico/${VERSION%.*}/$VERSION/+download/$TARBALL"
14 BUILD_DEPENDS="gtk+3-dev libxml2-dev"
16 compile_rules() {
17 ./configure \
18 --disable-static \
19 --disable-debug \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="gtk+3"
29 TAGS="gtk3"
30 }