ldb: update to 1.5.1.

This commit is contained in:
maxice8 2018-10-24 16:57:34 -03:00 committed by maxice8
parent 8165239968
commit bd25987d28
1 changed files with 9 additions and 7 deletions

View File

@ -1,17 +1,18 @@
# Template file for 'ldb'
pkgname=ldb
version=1.1.29
revision=2
version=1.5.1
revision=1
build_style=gnu-configure
configure_args="--with-modulesdir=/usr/lib/ldb/modules"
hostmakedepends="python pkg-config"
makedepends="tdb-devel tevent-devel popt-devel"
hostmakedepends="python pkg-config docbook-xsl libxslt"
makedepends="tdb-devel tevent-devel popt-devel talloc-devel lmdb-devel"
checkdepends="cmocka-devel"
short_desc="An LDAP-like database from samba"
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
license="GPL-3"
license="LGPL-3.0-or-later"
homepage="https://www.samba.org/ldb/"
distfiles="https://www.samba.org/ftp/pub/ldb/ldb-${version}.tar.gz"
checksum=59d84f9a5b799f519ba7b2685bb46f5a26f1bbf05b7a144b2f5e017d01d80f97
checksum=232e54b87c53210a6861424ad411b04dbfa0f2ca4bc463aefea188158e0cc963
nocross="see srcpkgs/tdb (cross-32bit.answers)."
@ -21,6 +22,7 @@ ldb-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
vmove "usr/lib/*.so"
vmove usr/share/man/man3
}
}