wok-next view gtk-engine-rezlooks/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 e545e47edffa
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtk-engine-rezlooks"
4 VERSION="0.6"
5 CATEGORY="customization"
6 SHORT_DESC="Rezlooks GTK+ Engine"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.gnome-look.org/content/show.php?content=39179"
11 TARBALL="39179-rezlooks-0.6.tar.gz"
12 WGET_URL="http://GNOME-Look.org/CONTENT/content-files/$TARBALL"
14 BUILD_DEPENDS="gtk+-dev"
16 compile_rules() {
17 sed -i 's|<glib/gtimer.h>|<glib.h>|' src/animation.c
19 ./configure \
20 --enable-animation \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make prefix=/usr install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="gtk+"
30 }