wok-next annotate libnxml/receipt @ rev 20617

Fix build xchat, xchat-plugin, xget, xine-plugin; xorg-xf86-video-geode isn't compatible with 64-bit arch
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 13:54:55 2018 +0300 (2018-04-21)
parents be4a09f51254
children d5aab818505e
rev   line source
al@19818 1 # SliTaz package receipt v2.
tcg@17142 2
tcg@17142 3 PACKAGE="libnxml"
tcg@17142 4 VERSION="0.18.3"
tcg@17142 5 CATEGORY="libs"
al@19818 6 SHORT_DESC="nXML is a C library for parsing, writing and creating XML 1.0 and \
al@19818 7 1.1 files or streams"
tcg@17142 8 MAINTAINER="tcg.thegamer@gmail.com"
pascal@17145 9 LICENSE="LGPL2.1"
al@19818 10 WEB_SITE="https://www.autistici.org/bakunin/libnxml/doc/"
al@19818 11
tcg@17142 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19818 13 WGET_URL="https://www.autistici.org/bakunin/libnxml/$TARBALL"
tcg@17142 14
al@19818 15 BUILD_DEPENDS="gfortran curl-dev"
al@19818 16 SPLIT="libnxml-dev"
tcg@17142 17
al@20595 18 compile_rules() {
al@20595 19 ./configure $CONFIGURE_ARGS &&
al@20595 20 fix libtool &&
al@20595 21 make &&
al@20595 22 make install
tcg@17142 23 }
tcg@17142 24
al@20595 25 genpkg_rules() {
al@19818 26 case $PACKAGE in
al@19818 27 libnxml)
al@19818 28 copy @std
al@19818 29 DEPENDS="libcurl"
al@19818 30 ;;
al@19818 31 *-dev)
al@19818 32 copy @dev
al@19818 33 DEPENDS="libnxml curl-dev openssl-dev zlib-dev"
al@19818 34 ;;
al@19818 35 esac
tcg@17142 36 }