void-packages/srcpkgs/raptor/template
2011-11-30 16:07:57 +01:00

28 lines
1.1 KiB
Plaintext

# Template file for 'raptor'
pkgname=raptor
version=2.0.6
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"
short_desc="Raptor RDF Syntax Library"
maintainer="davehome <davehome@redthumb.info.tm>"
license="LGPL-2.1"
checksum=46831fbe5470d6ae22bde466fbb6ed281830116b6a427a617a73ff3e558d7aa4
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