[arch-commits] Commit in ldb/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Wed Nov 20 13:08:25 UTC 2019


    Date: Wednesday, November 20, 2019 @ 13:08:25
  Author: tpowa
Revision: 369477

archrelease: copy trunk to testing-x86_64

Added:
  ldb/repos/testing-x86_64/
  ldb/repos/testing-x86_64/PKGBUILD
    (from rev 369476, ldb/trunk/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: ldb/repos/testing-x86_64/PKGBUILD (from rev 369476, ldb/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-11-20 13:08:25 UTC (rev 369477)
@@ -0,0 +1,39 @@
+# 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.0.7
+pkgrel=1
+epoch=1
+pkgdesc="A 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
+        https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
+license=('GPL3')
+depends=('talloc' 'tevent' 'tdb' 'popt' 'lmdb')
+makedepends=('python' 'cmocka' 'docbook-xsl')
+optdepends=('python: for python bindings')
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs at samba.org> 
+
+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
+}
+md5sums=('324992dc4c71a4b00686b3dc34c2b9cb'
+         'SKIP')



More information about the arch-commits mailing list