wok-next diff raptor/receipt @ rev 20889

Check Repology info from y* to z* packages: complete
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 15 10:27:39 2018 +0300 (2018-07-15)
parents 10df65db91ad
children d5aab818505e
line diff
     1.1 --- a/raptor/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.2 +++ b/raptor/receipt	Sun Jul 15 10:27:39 2018 +0300
     1.3 @@ -1,40 +1,37 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="raptor"
     1.7 -VERSION="2.0.8"
     1.8 +VERSION="2.0.15"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="A C library that parses RDF/XML/N-Triples into RDF triples"
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://librdf.org/raptor"
    1.14 +WEB_SITE="http://librdf.org/raptor/"
    1.15  
    1.16  TARBALL="raptor2-$VERSION.tar.gz"
    1.17  WGET_URL="http://librdf.org/dist/source/$TARBALL"
    1.18  
    1.19 -BUILD_DEPENDS="libxml2-dev curl-dev zlib-dev openssl-dev libxslt-dev libidn-dev"
    1.20 +BUILD_DEPENDS="perl libxml2-dev libxslt-dev curl-dev yajl-dev"
    1.21  SPLIT="raptor-dev"
    1.22  
    1.23  compile_rules() {
    1.24  	./configure \
    1.25  		--disable-static \
    1.26 -		--with-yajl=no \
    1.27  		$CONFIGURE_ARGS &&
    1.28  	fix libtool &&
    1.29  	make &&
    1.30 -	make prefix=/usr install || return 1
    1.31 -
    1.32 -	ln -s raptor2/raptor2.h $install/usr/include/raptor.h
    1.33 +	make install
    1.34  }
    1.35  
    1.36  genpkg_rules() {
    1.37  	case $PACKAGE in
    1.38  		raptor)
    1.39  			copy @std
    1.40 -			DEPENDS="libxml2 curl zlib openssl libxslt"
    1.41 +			DEPENDS="libcurl libxml2 libxslt yajl"
    1.42  			;;
    1.43 -		raptor-dev)
    1.44 +		*-dev)
    1.45  			copy @dev
    1.46 -			DEPENDS="raptor curl-dev libxslt-dev"
    1.47 +			DEPENDS="raptor libxml2-dev libxslt-dev yajl-dev"
    1.48  			;;
    1.49  	esac
    1.50  }