raptor: update to 2.0.15.
This commit is contained in:
parent
3875ed01d1
commit
00b9ef2240
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'raptor'
|
# Template file for 'raptor'
|
||||||
pkgname=raptor
|
pkgname=raptor
|
||||||
version=2.0.9
|
version=2.0.15
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="raptor2-${version}"
|
wrksrc="raptor2-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-yajl=no"
|
configure_args="--disable-static --with-yajl=no"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://librdf.org/raptor"
|
homepage="http://librdf.org/raptor"
|
||||||
distfiles="http://librdf.org/dist/source/raptor2-${version}.tar.gz"
|
distfiles="http://librdf.org/dist/source/raptor2-${version}.tar.gz"
|
||||||
checksum=e26fb9c18e6ebf71100f434070d50196a21d592b715e361850c3b4e789b5f6ef
|
checksum=ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed
|
||||||
|
|
||||||
libraptor_package() {
|
libraptor_package() {
|
||||||
short_desc+=" - Runtime libraries"
|
short_desc+=" - Runtime libraries"
|
||||||
|
@ -20,9 +20,8 @@ libraptor_package() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
raptor-devel_package() {
|
raptor-devel_package() {
|
||||||
depends="libxml2-devel zlib-devel libcurl-devel libraptor>=${version}_${revision}"
|
depends="${makedepends} libraptor>=${version}_${revision}"
|
||||||
short_desc+=" - Development files"
|
short_desc+=" - Development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in a new issue