wok-next view libnxml/receipt @ rev 20177

Up sctp-tools (1.0.17), sg3_utils (1.42), squid (3.5.27), strigi (0.7.8), unixODBC (2.3.4), vcdimager (0.7.24)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 02 09:14:23 2017 +0100 (2017-11-02)
parents c711a8b94cb7
children 5841522533ec
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 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 case $PACKAGE in
28 libnxml)
29 copy @std
30 DEPENDS="libcurl"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="libnxml curl-dev openssl-dev zlib-dev"
35 ;;
36 esac
37 }