wok-next view libnxml/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
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 }