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

Tobias Powalowski tpowa at archlinux.org
Tue Feb 27 15:01:46 UTC 2018


    Date: Tuesday, February 27, 2018 @ 15:01:45
  Author: tpowa
Revision: 317595

archrelease: copy trunk to extra-x86_64

Added:
  ldb/repos/extra-x86_64/PKGBUILD
    (from rev 317594, ldb/trunk/PKGBUILD)
Deleted:
  ldb/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-27 15:01:36 UTC (rev 317594)
+++ PKGBUILD	2018-02-27 15:01:45 UTC (rev 317595)
@@ -1,43 +0,0 @@
-# $Id$
-# 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=1.3.0
-pkgrel=1
-pkgdesc="A schema-less, ldap like, API and database"
-arch=('x86_64')
-url="http://ldb.samba.org/"
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
-        http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
-license=('GPL3')
-depends=('talloc' 'tevent' 'tdb' 'popt')
-makedepends=('python2' 'cmocka')
-optdepends=('python2: for python bindings')
-validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs at samba.org> 
-
-build() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-
-	# change to use python2
-	sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" buildtools/bin/waf
-	export PYTHON=/usr/bin/python2
-
-	./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 ${srcdir}/${pkgname}-${pkgver}
-
-	make DESTDIR=${pkgdir}/ install
-}
-md5sums=('819c148bd85f9195a66004a0709c3aca'
-         'SKIP')

Copied: ldb/repos/extra-x86_64/PKGBUILD (from rev 317594, ldb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-27 15:01:45 UTC (rev 317595)
@@ -0,0 +1,43 @@
+# $Id$
+# 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=1.3.1
+pkgrel=1
+pkgdesc="A schema-less, ldap like, API and database"
+arch=('x86_64')
+url="http://ldb.samba.org/"
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
+        http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
+license=('GPL3')
+depends=('talloc' 'tevent' 'tdb' 'popt')
+makedepends=('python2' 'cmocka')
+optdepends=('python2: for python bindings')
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs at samba.org> 
+
+build() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+
+	# change to use python2
+	sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" buildtools/bin/waf
+	export PYTHON=/usr/bin/python2
+
+	./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 ${srcdir}/${pkgname}-${pkgver}
+
+	make DESTDIR=${pkgdir}/ install
+}
+md5sums=('e5233f202bca27f6ce8474fb8ae65983'
+         'SKIP')



More information about the arch-commits mailing list