wok-next view libgnomeprint/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 25deb7c6df08
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libgnomeprint"
4 VERSION="2.18.8"
5 CATEGORY="x-window"
6 SHORT_DESC="GNOME print library"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.gnome.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="glib-dev pango-dev intltool flex libart_lgpl-dev libxml2-dev"
15 SPLIT="libgnomeprint-dev"
17 compile_rules() {
18 ./configure \
19 --with-html-dir=/usr/share/doc \
20 --without-cups \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 libgnomeprint)
30 copy @std
31 DEPENDS="fontconfig freetype glib libart_lgpl libxml2 pango zlib"
32 ;;
33 libgnomeprint-dev)
34 copy @dev
35 DEPENDS="libgnomeprint glib-dev libart_lgpl-dev libxml2-dev \
36 pango-dev zlib-dev"
37 ;;
38 esac
39 }