wok rev 10339

raptor: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 01:34:28 2011 +0000 (2011-05-22)
parents 6bc8c46ebc8b
children c3cb3e39825d
files raptor/receipt
line diff
     1.1 --- a/raptor/receipt	Sun May 22 01:30:44 2011 +0000
     1.2 +++ b/raptor/receipt	Sun May 22 01:34:28 2011 +0000
     1.3 @@ -5,19 +5,19 @@
     1.4  CATEGORY="multimedia"
     1.5  MAINTAINER="jozee@slitaz.org"
     1.6  SHORT_DESC="A C library that parses RDF/XML/N-Triples into RDF triples"
     1.7 -BUILD_DEPENDS=" libxml2-dev  curl-dev  zlib-dev  openssl-dev  libxslt-dev "
     1.8  WEB_SITE="http://librdf.org/raptor"
     1.9 -DEPENDS="libxml2 curl zlib openssl libxslt"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="http://librdf.org/dist/source/$TARBALL"
    1.12  
    1.13 +DEPENDS="libxml2 curl zlib openssl libxslt"
    1.14 +BUILD_DEPENDS="libxml2-dev curl-dev zlib-dev openssl-dev libxslt-dev"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  
    1.18  compile_rules() {
    1.19    cd $src
    1.20 -  ./configure --disable-static &&
    1.21 -  make &&
    1.22 -  make prefix=/usr install 
    1.23 +  ./configure --disable-static $CONFIGURE_ARGS &&
    1.24 +  make && make prefix=/usr install 
    1.25  }
    1.26  	
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.