wok-next view xerces-c/receipt @ rev 20604

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 13:15:41 2018 +0300 (2018-04-19)
parents 9e5dca6702bf
children e9b3d0cd4c89
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xerces-c"
4 VERSION="3.1.1"
5 CATEGORY="development"
6 SHORT_DESC="A validating XML parser written in a portable subset of C++"
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="Apache"
9 WEB_SITE="http://xerces.apache.org/xerces-c"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://apache.osuosl.org/xerces/c/3/sources/$TARBALL"
14 SPLIT="xerces-c-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make $MAKEFLAGS &&
20 make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 xerces-c)
26 copy @std
27 DEPENDS="libcurl openssl icu"
28 ;;
29 *-dev)
30 copy @dev
31 ;;
32 esac
33 }