sdb: update to 0.9.6.
This commit is contained in:
parent
9e16fbfc83
commit
6e6a6b25ab
1 changed files with 8 additions and 5 deletions
|
@ -1,17 +1,20 @@
|
|||
# Template file for 'sdb'
|
||||
pkgname=sdb
|
||||
version=0.9.4
|
||||
version=0.9.6
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config git"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libglib-devel vala-devel"
|
||||
short_desc="Simple key-value database with JSON support"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
homepage="https://github.com/radare/sdb"
|
||||
distfiles="https://github.com/radare/sdb/archive/${version}.tar.gz"
|
||||
checksum=e40dfcd4859fa0c662687a25284d34ada88e066181c4462077def65a59506b0c
|
||||
homepage="http://radare.org"
|
||||
distfiles="${homepage}/get/sdb-${version}.tar.gz"
|
||||
checksum=e4cf6e93c2a52484fd2b52aa1addab3ed37b4237bdf0e2fce86bee48533050f5
|
||||
|
||||
do_build() {
|
||||
make CC=$CC ${makejobs}
|
||||
}
|
||||
post_install() {
|
||||
# create soname symlink
|
||||
ln -s libsdb.so.${version} ${DESTDIR}/usr/lib/libsdb.so.0
|
||||
|
|
Loading…
Reference in a new issue