Date: Thursday, March 30, 2023 @ 07:22:55
Author: tpowa
Revision: 472191
archrelease: copy trunk to extra-x86_64
Added:
ldb/repos/extra-x86_64/PKGBUILD
(from rev 472190, ldb/trunk/PKGBUILD)
ldb/repos/extra-x86_64/keys/
Deleted:
ldb/repos/extra-x86_64/PKGBUILD
ldb/repos/extra-x86_64/keys/
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-30 07:22:49 UTC (rev 472190)
+++ PKGBUILD 2023-03-30 07:22:55 UTC (rev 472191)
@@ -1,40 +0,0 @@
-# Maintainer: Tobias Powalowski <[email protected]>
-# Contributor: Christian Hesse <[email protected]>
-# Contributor: Marco A Rojas <marquicus at gmail dot com>
-
-pkgname=ldb
-pkgver=2.7.1
-pkgrel=1
-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=('4d59a8848c20eea98c658863721bc170c8a19c6d113e65b386db3ecb32d293a25f08deed37afd0a66e1667f7d4b0d62b22547845f5ee8c433a5dcc1eac6b4219'
- '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:
Copied: ldb/repos/extra-x86_64/PKGBUILD (from rev 472190, ldb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-30 07:22:55 UTC (rev 472191)
@@ -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=1
+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: