raptor: remove long_desc.
This commit is contained in:
parent
9f66b59447
commit
e3bfb34b4d
1 changed files with 2 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue