wok-stable diff raptor/receipt @ rev 11387
Compat: remove gtk+ from poppler DEPENDS to solve a build dependency loop
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 04:46:32 2011 +0100 (2011-12-10) |
parents | b137ba93894d |
children | c3d5ab7d3a74 |
line diff
1.1 --- a/raptor/receipt Wed Mar 02 10:14:40 2011 +0000 1.2 +++ b/raptor/receipt Sat Dec 10 04:46:32 2011 +0100 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.