[arch-commits] Commit in ldb/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Christian Hesse
eworm at archlinux.org
Thu Apr 30 06:40:13 UTC 2020
Date: Thursday, April 30, 2020 @ 06:40:12
Author: eworm
Revision: 381901
archrelease: copy trunk to testing-x86_64
Added:
ldb/repos/testing-x86_64/
ldb/repos/testing-x86_64/PKGBUILD
(from rev 381900, ldb/trunk/PKGBUILD)
----------+
PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
Copied: ldb/repos/testing-x86_64/PKGBUILD (from rev 381900, ldb/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-30 06:40:12 UTC (rev 381901)
@@ -0,0 +1,40 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor: Marco A Rojas <marquicus at gmail dot com>
+
+pkgname=ldb
+pkgver=2.1.2
+pkgrel=1
+epoch=1
+pkgdesc='Schema-less, ldap like, API and database'
+arch=('x86_64')
+url="https://ldb.samba.org/"
+source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar{.gz,.asc})
+license=('GPL3')
+depends=('talloc' 'libtevent.so' 'tdb' 'libtdb.so' 'popt' 'lmdb')
+makedepends=('python' 'cmocka' 'docbook-xsl' 'tevent')
+optdepends=('python: for python bindings')
+provides=(libldb.so)
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs at samba.org>
+sha512sums=('6b9a7e6e3f6532ccedb087394b1d2d28f53a034353288bac1ea8d9ca65da5981191e31de6493445daa87684e08cc587886dd7fce19391bd20f1c7d440dbf3fbf'
+ 'SKIP')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --disable-rpath \
+ --disable-rpath-install \
+ --bundled-libraries=NONE \
+ --builtin-libraries=replace \
+ --with-modulesdir=/usr/lib/ldb/modules \
+ --with-privatelibdir=/usr/lib/ldb
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list