# Template file for 'raptor' pkgname=raptor version=2.0.4 wrksrc="raptor2-${version}" homepage="http://librdf.org/raptor" distfiles="http://librdf.org/dist/source/raptor2-${version}.tar.gz" build_style=gnu-configure configure_args="--disable-static --with-yajl=no" revision=1 short_desc="Raptor RDF Syntax Library" maintainer="davehome " license="LGPL-2.1" checksum=34f49d3afa35f5433d8779dede62e4a6567783ee05ab2d6aec1a36054c552a6e 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." subpackages="lib${pkgname} ${pkgname}-devel" Add_dependency build pkg-config Add_dependency build libcurl-devel Add_dependency build libxslt-devel