Date: Monday, March 6, 2023 @ 20:35:04
  Author: felixonmars
Revision: 470307

archrelease: copy trunk to extra-x86_64

Added:
  lmdb/repos/extra-x86_64/PKGBUILD
    (from rev 470306, lmdb/trunk/PKGBUILD)
  lmdb/repos/extra-x86_64/lmdb.pc
    (from rev 470306, lmdb/trunk/lmdb.pc)
Deleted:
  lmdb/repos/extra-x86_64/PKGBUILD
  lmdb/repos/extra-x86_64/lmdb.pc

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 lmdb.pc  |   20 +++++++-------
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-06 20:34:32 UTC (rev 470306)
+++ PKGBUILD    2023-03-06 20:35:04 UTC (rev 470307)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Matt Monaco <cx monaco matt>
-
-pkgname=lmdb
-pkgver=0.9.30
-_commit=8f44dca45d87bc1f8da65428172668c5e6154179
-pkgrel=2
-pkgdesc="Symas Lightning Memory-Mapped Database"
-arch=('x86_64')
-url="https://symas.com/lmdb";
-license=('custom:OpenLDAP')
-depends=('glibc')
-makedepends=('git')
-options=('!emptydirs')
-source=("git+https://git.openldap.org/openldap/openldap.git#commit=$_commit";
-        lmdb.pc)
-sha512sums=('SKIP'
-            
'0349d4b08a1f93fe338d8f8e3e5a83e24211a46f999fe529bc1ac49c8c4975559d95a548c203d9427e3f82d62e934ba3cd1be6f734f9b9405b2a26477be4ed33')
-
-prepare() {
-  sed -e "s|@PKGVER@|$pkgver|" -i lmdb.pc
-}
-
-build() {
-  cd openldap/libraries/liblmdb
-  make prefix=/usr
-}
-
-check() {
-  cd openldap/libraries/liblmdb
-  make test
-}
-
-package() {
-  cd openldap/libraries/liblmdb
-  install -dm755 "$pkgdir"/usr/{bin,lib,include,man/man1,share}
-  make DESTDIR="$pkgdir" prefix=/usr install
-
-  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/man
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-  install -Dm644 "$srcdir"/lmdb.pc -t "$pkgdir"/usr/lib/pkgconfig/
-}

Copied: lmdb/repos/extra-x86_64/PKGBUILD (from rev 470306, lmdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-06 20:35:04 UTC (rev 470307)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Matt Monaco <cx monaco matt>
+
+pkgname=lmdb
+pkgver=0.9.30
+_commit=8f44dca45d87bc1f8da65428172668c5e6154179
+pkgrel=3
+pkgdesc="Symas Lightning Memory-Mapped Database"
+arch=('x86_64')
+url="https://symas.com/lmdb";
+license=('custom:OpenLDAP')
+depends=('glibc')
+makedepends=('git')
+options=('!emptydirs')
+source=("git+https://git.openldap.org/openldap/openldap.git#commit=$_commit";
+        lmdb.pc)
+sha512sums=('SKIP'
+            
'0349d4b08a1f93fe338d8f8e3e5a83e24211a46f999fe529bc1ac49c8c4975559d95a548c203d9427e3f82d62e934ba3cd1be6f734f9b9405b2a26477be4ed33')
+
+prepare() {
+  sed -e "s|@PKGVER@|$pkgver|" -i lmdb.pc
+}
+
+build() {
+  cd openldap/libraries/liblmdb
+  make CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" prefix=/usr
+}
+
+check() {
+  cd openldap/libraries/liblmdb
+  make test
+}
+
+package() {
+  cd openldap/libraries/liblmdb
+  install -dm755 "$pkgdir"/usr/{bin,lib,include,man/man1,share}
+  make DESTDIR="$pkgdir" prefix=/usr install
+
+  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/man
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  install -Dm644 "$srcdir"/lmdb.pc -t "$pkgdir"/usr/lib/pkgconfig/
+}

Deleted: lmdb.pc
===================================================================
--- lmdb.pc     2023-03-06 20:34:32 UTC (rev 470306)
+++ lmdb.pc     2023-03-06 20:35:04 UTC (rev 470307)
@@ -1,10 +0,0 @@
-prefix=/usr
-libdir=${prefix}/lib
-includedir=${prefix}/include
-
-Name: liblmdb
-Description: Lightning Memory-Mapped Database
-URL: https://symas.com/products/lightning-memory-mapped-database/
-Version: @PKGVER@
-Libs: -L${libdir} -llmdb
-Cflags: -I${includedir}

Copied: lmdb/repos/extra-x86_64/lmdb.pc (from rev 470306, lmdb/trunk/lmdb.pc)
===================================================================
--- lmdb.pc                             (rev 0)
+++ lmdb.pc     2023-03-06 20:35:04 UTC (rev 470307)
@@ -0,0 +1,10 @@
+prefix=/usr
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: liblmdb
+Description: Lightning Memory-Mapped Database
+URL: https://symas.com/products/lightning-memory-mapped-database/
+Version: @PKGVER@
+Libs: -L${libdir} -llmdb
+Cflags: -I${includedir}

Reply via email to