parent
b9d1127ccf
commit
990c5878d8
2 changed files with 6 additions and 14 deletions
|
@ -1285,7 +1285,6 @@ libzzipmmapped-0.so.13 zziplib-0.13.62_1
|
|||
libkworkspace5.so.5 plasma-workspace-5.8.4_1
|
||||
libdb-5.3.so libdb-5.3.21_1
|
||||
libdb_cxx-5.3.so libdb-cxx-5.3.21_1
|
||||
libsdb.so.0 sdb-0.6.2_1
|
||||
libcares.so.2 c-ares-1.10.0_1
|
||||
libcryptopp.so.5.6 crypto++-565_1
|
||||
libqzeitgeist.so.1 libqzeitgeist-0.8.0_1
|
||||
|
|
|
@ -1,24 +1,17 @@
|
|||
# Template file for 'sdb'
|
||||
pkgname=sdb
|
||||
version=0.9.6
|
||||
version=1.1.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libglib-devel vala-devel"
|
||||
makedepends="vala-devel"
|
||||
short_desc="Simple key-value database with JSON support"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
license="LGPL-3.0-or-later"
|
||||
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
|
||||
}
|
||||
distfiles="https://github.com/radare/sdb/archive/${version}.tar.gz"
|
||||
checksum=92f0acb30b58556a45629ebc76b9737dca99c9a3561c72ebc31f143aee9b5844
|
||||
|
||||
sdb-devel_package() {
|
||||
depends="sdb>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue