wok-next view wv/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 10df65db91ad
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="wv"
4 VERSION="1.2.9"
5 CATEGORY="x-window"
6 SHORT_DESC="MS document manipulation library"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.abisource.com/projects/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/wv.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://www.abisource.com/downloads/wv/$VERSION/$TARBALL"
15 BUILD_DEPENDS="libgsf-dev glib-dev libxml2-dev libpng16-dev"
16 SPLIT="wv-dev"
18 compile_rules() {
19 sed -i 's|.ac_install_sh -d|mkdir -p|' configure
21 ./configure \
22 --disable-static \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 case $PACKAGE in
31 wv)
32 copy @std
33 DEPENDS="glib libgsf libxml2 zlib"
34 ;;
35 *-dev)
36 copy @dev
37 ;;
38 esac
39 }