sdb: update to 0.9.2.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'sdb'
|
# Template file for 'sdb'
|
||||||
pkgname=sdb
|
pkgname=sdb
|
||||||
version=0.7.1
|
version=0.9.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config git"
|
hostmakedepends="pkg-config git"
|
||||||
makedepends="libglib-devel vala-devel"
|
makedepends="libglib-devel vala-devel"
|
||||||
@@ -9,15 +9,12 @@ short_desc="Simple key-value database with JSON support"
|
|||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="https://github.com/radare/sdb"
|
homepage="https://github.com/radare/sdb"
|
||||||
|
distfiles="http://radare.org/get/sdb-${version}.tar.gz"
|
||||||
do_fetch() {
|
checksum=8cd08d78e292fcb6ce4ffa7419e600a7f2cc3482e0f39b164279d440ad29026d
|
||||||
git clone -b ${version} git://github.com/radare/sdb.git sdb-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Create shlib symlinks.
|
# create soname symlink
|
||||||
ln -sfr ${DESTDIR}/usr/lib/libsdb.so.0.0.0 ${DESTDIR}/usr/lib/libsdb.so
|
ln -s libsdb.so.${version} ${DESTDIR}/usr/lib/libsdb.so.0
|
||||||
ln -sfr ${DESTDIR}/usr/lib/libsdb.so.0.0.0 ${DESTDIR}/usr/lib/libsdb.so.0
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sdb-devel_package() {
|
sdb-devel_package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user