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