Date: Saturday, April 8, 2023 @ 03:23:43
  Author: felixonmars
Revision: 473213

archrelease: copy trunk to staging-x86_64

Added:
  ldb/repos/staging-x86_64/
  ldb/repos/staging-x86_64/PKGBUILD
    (from rev 473211, ldb/trunk/PKGBUILD)
  ldb/repos/staging-x86_64/keys/

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

Copied: ldb/repos/staging-x86_64/PKGBUILD (from rev 473211, ldb/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2023-04-08 03:23:43 UTC (rev 473213)
@@ -0,0 +1,40 @@
+# Maintainer: Tobias Powalowski <[email protected]>
+# Contributor: Christian Hesse <[email protected]>
+# Contributor: Marco A Rojas <marquicus at gmail dot com>
+
+pkgname=ldb
+pkgver=2.7.2
+pkgrel=2
+epoch=2
+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 <[email protected]>
+sha512sums=('beb2cd83a8f128713e0b43ec6e80d0f87ab0883c6c8f0cefbbf5bf49e29dfa327b245b78467d1906917cb5f3f11e01cb76cc6bcca58a47c5deac4f05c2e9dfbd'
+            '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:

Reply via email to