# HG changeset patch # User Christopher Rogers # Date 1306028068 0 # Node ID 7f4ee0588d9b19153a9ab486d3782d6e28c10644 # Parent 6bc8c46ebc8b3e9a3685060e0d8ef21c71030a94 raptor: Add $CONFIGURE_ARGS. diff -r 6bc8c46ebc8b -r 7f4ee0588d9b raptor/receipt --- a/raptor/receipt Sun May 22 01:30:44 2011 +0000 +++ b/raptor/receipt Sun May 22 01:34:28 2011 +0000 @@ -5,19 +5,19 @@ CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" SHORT_DESC="A C library that parses RDF/XML/N-Triples into RDF triples" -BUILD_DEPENDS=" libxml2-dev curl-dev zlib-dev openssl-dev libxslt-dev " WEB_SITE="http://librdf.org/raptor" -DEPENDS="libxml2 curl zlib openssl libxslt" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://librdf.org/dist/source/$TARBALL" +DEPENDS="libxml2 curl zlib openssl libxslt" +BUILD_DEPENDS="libxml2-dev curl-dev zlib-dev openssl-dev libxslt-dev" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure --disable-static && - make && - make prefix=/usr install + ./configure --disable-static $CONFIGURE_ARGS && + make && make prefix=/usr install } # Rules to gen a SliTaz package suitable for Tazpkg.