2011-10-23 13:54:07 +00:00
|
|
|
# Template file for 'raptor'
|
|
|
|
pkgname=raptor
|
2011-11-30 15:07:57 +00:00
|
|
|
version=2.0.6
|
2012-10-10 15:46:08 +00:00
|
|
|
revision=2
|
2011-10-23 13:54:07 +00:00
|
|
|
wrksrc="raptor2-${version}"
|
2012-10-10 15:46:08 +00:00
|
|
|
subpackages="lib${pkgname} ${pkgname}-devel"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-10-23 13:54:07 +00:00
|
|
|
configure_args="--disable-static --with-yajl=no"
|
2012-10-10 15:46:08 +00:00
|
|
|
makedepends="pkg-config libcurl-devel libxml2-devel libxslt-devel"
|
2011-10-23 13:54:07 +00:00
|
|
|
short_desc="Raptor RDF Syntax Library"
|
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
license="LGPL-2.1"
|
2012-10-10 15:46:08 +00:00
|
|
|
homepage="http://librdf.org/raptor"
|
|
|
|
distfiles="http://librdf.org/dist/source/raptor2-${version}.tar.gz"
|
2011-11-30 15:07:57 +00:00
|
|
|
checksum=46831fbe5470d6ae22bde466fbb6ed281830116b6a427a617a73ff3e558d7aa4
|
2011-10-23 13:54:07 +00:00
|
|
|
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."
|