wok-next view libxfce4util/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 6d367d984b77
children 690e7cc036d5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libxfce4util"
4 VERSION="4.12.1" # Xfce release 4.12: http://archive.xfce.org/xfce/4.12/src/
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce utility library"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="http://www.xfce.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool"
15 SPLIT="libxfce4util-dev"
17 compile_rules() {
18 ./configure \
19 --disable-debug \
20 --disable-gtk-doc \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 libxfce4util)
30 copy @std
31 DEPENDS="glib"
32 ;;
33 *-dev)
34 copy @dev
35 DEPENDS="libxfce4util glib-dev"
36 ;;
37 esac
38 TAGS="Xfce"
39 }