wok-next view raptor/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="raptor"
4 VERSION="2.0.15"
5 CATEGORY="multimedia"
6 SHORT_DESC="A C library that parses RDF/XML/N-Triples into RDF triples"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://librdf.org/raptor/"
11 TARBALL="raptor2-$VERSION.tar.gz"
12 WGET_URL="http://librdf.org/dist/source/$TARBALL"
14 BUILD_DEPENDS="perl libxml2-dev libxslt-dev curl-dev yajl-dev"
15 SPLIT="$PACKAGE-dev"
17 DEPENDS_std="libcurl libxml2 libxslt yajl"
18 DEPENDS_dev="$PACKAGE libxml2-dev libxslt-dev yajl-dev"
20 compile_rules() {
21 ./configure \
22 --disable-static \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }