From e3bfb34b4de9f1e255792197534954a34aa3e531 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Feb 2014 16:28:45 +0100 Subject: [PATCH] raptor: remove long_desc. --- srcpkgs/raptor/template | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/srcpkgs/raptor/template b/srcpkgs/raptor/template index 5047c2a7135..578543fd078 100644 --- a/srcpkgs/raptor/template +++ b/srcpkgs/raptor/template @@ -1,7 +1,7 @@ # Template file for 'raptor' pkgname=raptor version=2.0.9 -revision=3 +revision=4 wrksrc="raptor2-${version}" build_style=gnu-configure configure_args="--disable-static --with-yajl=no" @@ -13,15 +13,6 @@ license="LGPL-2.1" homepage="http://librdf.org/raptor" distfiles="http://librdf.org/dist/source/raptor2-${version}.tar.gz" checksum=e26fb9c18e6ebf71100f434070d50196a21d592b715e361850c3b4e789b5f6ef -long_desc=" - Raptor is a free software / Open Source C library that provides a set of - parsers and serializers that generate Resource Description Framework (RDF) - triples by parsing syntaxes or serialize the triples into a syntax. - The supported parsing syntaxes are RDF/XML, N-Quads, N-Triples, TRiG, - Turtle, RSS tag soup including all versions of RSS, Atom 1.0 and 0.3, GRDDL - and microformats for HTML, XHTML and XML and RDFa. The serializing syntaxes - are RDF/XML (regular, and abbreviated), Atom 1.0, GraphViz, JSON, N-Quads, - N-Triples, RSS 1.0 and XMP." libraptor_package() { short_desc+=" - Runtime libraries" @@ -31,7 +22,7 @@ libraptor_package() { } raptor-devel_package() { - depends="libxml2-devel zlib-devel libcurl-devel libraptor-${version}_${revision}" + depends="libxml2-devel zlib-devel libcurl-devel libraptor>=${version}_${revision}" short_desc+=" - Development files" pkg_install() { vmove usr/include