wok-next view libnxml/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 be4a09f51254
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libnxml"
4 VERSION="0.18.3"
5 CATEGORY="libs"
6 SHORT_DESC="nXML is a C library for parsing, writing and creating XML 1.0 and \
7 1.1 files or streams"
8 MAINTAINER="tcg.thegamer@gmail.com"
9 LICENSE="LGPL2.1"
10 WEB_SITE="https://www.autistici.org/bakunin/libnxml/doc/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://www.autistici.org/bakunin/libnxml/$TARBALL"
15 BUILD_DEPENDS="gfortran curl-dev"
16 SPLIT="libnxml-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 libnxml)
28 copy @std
29 DEPENDS="libcurl"
30 ;;
31 *-dev)
32 copy @dev
33 DEPENDS="libnxml curl-dev openssl-dev zlib-dev"
34 ;;
35 esac
36 }