[arch-commits] Commit in lmdb/repos/extra-x86_64 (PKGBUILD PKGBUILD lmdb.pc lmdb.pc)

Felix Yan felixonmars at archlinux.org
Mon Oct 26 20:37:31 UTC 2020


    Date: Monday, October 26, 2020 @ 20:37:30
  Author: felixonmars
Revision: 398837

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-26 20:37:17 UTC (rev 398836)
+++ PKGBUILD	2020-10-26 20:37:30 UTC (rev 398837)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Matt Monaco <cx monaco matt>
-
-pkgname=lmdb
-pkgver=0.9.26
-pkgrel=1
-pkgdesc="Symas Lightning Memory-Mapped Database"
-arch=('x86_64')
-url="https://symas.com/mdb"
-license=('custom:OpenLDAP')
-depends=('glibc')
-options=('!emptydirs')
-source=("https://git.openldap.org/openldap/openldap/-/archive/LMDB_$pkgver/openldap-LMDB_$pkgver.tar.gz" lmdb.pc)
-sha512sums=('d7826f6d1a3144feb71eef65f843e8bcddf6cec384014bab3fc1d32a7f1b9316bcbb5b3a915b166cbdae2ffbd15f14b4eb783acd7eddbd2e321607f750efe94d'
-            '0349d4b08a1f93fe338d8f8e3e5a83e24211a46f999fe529bc1ac49c8c4975559d95a548c203d9427e3f82d62e934ba3cd1be6f734f9b9405b2a26477be4ed33')
-
-prepare() {
-  sed -e "s|@PKGVER@|$pkgver|" -i lmdb.pc
-}
-
-build() {
-  cd "$srcdir"/openldap-LMDB_$pkgver/libraries/liblmdb
-  make prefix=/usr
-}
-
-check() {
-  cd "$srcdir"/openldap-LMDB_$pkgver/libraries/liblmdb
-  make test
-}
-
-package() {
-  cd "$srcdir"/openldap-LMDB_$pkgver/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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 "$srcdir"/lmdb.pc "$pkgdir"/usr/lib/pkgconfig/lmdb.pc
-}

Copied: lmdb/repos/extra-x86_64/PKGBUILD (from rev 398836, lmdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-26 20:37:30 UTC (rev 398837)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Matt Monaco <cx monaco matt>
+
+pkgname=lmdb
+pkgver=0.9.27
+pkgrel=1
+pkgdesc="Symas Lightning Memory-Mapped Database"
+arch=('x86_64')
+url="https://symas.com/mdb"
+license=('custom:OpenLDAP')
+depends=('glibc')
+options=('!emptydirs')
+source=("https://git.openldap.org/openldap/openldap/-/archive/LMDB_$pkgver/openldap-LMDB_$pkgver.tar.gz" lmdb.pc)
+sha512sums=('a27c0d26c801b172f3c207666940f86ecaae9d223843b72823d064f0ea0629a855150d049cb143981783710d3ca791c7f0f65df9d91732b2709e6107af403854'
+            '0349d4b08a1f93fe338d8f8e3e5a83e24211a46f999fe529bc1ac49c8c4975559d95a548c203d9427e3f82d62e934ba3cd1be6f734f9b9405b2a26477be4ed33')
+
+prepare() {
+  sed -e "s|@PKGVER@|$pkgver|" -i lmdb.pc
+}
+
+build() {
+  cd "$srcdir"/openldap-LMDB_$pkgver/libraries/liblmdb
+  make prefix=/usr
+}
+
+check() {
+  cd "$srcdir"/openldap-LMDB_$pkgver/libraries/liblmdb
+  make test
+}
+
+package() {
+  cd "$srcdir"/openldap-LMDB_$pkgver/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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 "$srcdir"/lmdb.pc "$pkgdir"/usr/lib/pkgconfig/lmdb.pc
+}

Deleted: lmdb.pc
===================================================================
--- lmdb.pc	2020-10-26 20:37:17 UTC (rev 398836)
+++ lmdb.pc	2020-10-26 20:37:30 UTC (rev 398837)
@@ -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 398836, lmdb/trunk/lmdb.pc)
===================================================================
--- lmdb.pc	                        (rev 0)
+++ lmdb.pc	2020-10-26 20:37:30 UTC (rev 398837)
@@ -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}



More information about the arch-commits mailing list