rasqal: remove long_desc.
This commit is contained in:
parent
cfb07f1242
commit
6b22b1c7b4
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'rasqal'
|
# Template file for 'rasqal'
|
||||||
pkgname=rasqal
|
pkgname=rasqal
|
||||||
version=0.9.30
|
version=0.9.30
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-release"
|
configure_args="--disable-static --enable-release"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
@ -12,15 +12,6 @@ license="LGPL-2.1"
|
|||||||
homepage="http://librdf.org/rasqal"
|
homepage="http://librdf.org/rasqal"
|
||||||
distfiles="http://librdf.org/dist/source/rasqal-${version}.tar.gz"
|
distfiles="http://librdf.org/dist/source/rasqal-${version}.tar.gz"
|
||||||
checksum=abf0e93d80cc79bdf383fd3e904255bf98bc729356d6cf2f673bce74b08b1cfd
|
checksum=abf0e93d80cc79bdf383fd3e904255bf98bc729356d6cf2f673bce74b08b1cfd
|
||||||
long_desc="
|
|
||||||
Rasqal is a free software / Open Source C library that handles Resource
|
|
||||||
Description Framework (RDF) query language syntaxes, query construction and
|
|
||||||
execution of queries returning results as bindings, boolean, RDF graphs/triples
|
|
||||||
or syntaxes. The supported query languages are SPARQL Query 1.0, SPARQL Query
|
|
||||||
1.1, SPARQL Update 1.1 (no executing) and the Experimental SPARQL extensions
|
|
||||||
(LAQRS). Rasqal can write binding query results in the SPARQL XML, SPARQL JSON,
|
|
||||||
CSV, TSV, HTML, ASCII tables, RDF/XML and Turtle / N3 and read them in SPARQL
|
|
||||||
XML, RDF/XML and Turtle / N3."
|
|
||||||
|
|
||||||
librasqal_package() {
|
librasqal_package() {
|
||||||
short_desc+=" - Runtime libraries"
|
short_desc+=" - Runtime libraries"
|
||||||
@ -30,7 +21,7 @@ librasqal_package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rasqal-devel_package() {
|
rasqal-devel_package() {
|
||||||
depends="raptor-devel>=2.0.9_3 librasqal-${version}_${revision}"
|
depends="raptor-devel>=2.0.9_3 librasqal>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/rasqal-config
|
vmove usr/bin/rasqal-config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user