[arch-commits] Commit in talloc/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Tue Jan 26 17:17:48 UTC 2021


    Date: Tuesday, January 26, 2021 @ 17:17:48
  Author: anatolik
Revision: 406791

archrelease: copy trunk to testing-x86_64

Added:
  talloc/repos/testing-x86_64/
  talloc/repos/testing-x86_64/PKGBUILD
    (from rev 406790, talloc/trunk/PKGBUILD)

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

Copied: talloc/repos/testing-x86_64/PKGBUILD (from rev 406790, talloc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-01-26 17:17:48 UTC (rev 406791)
@@ -0,0 +1,38 @@
+# Maintainer:
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=talloc
+pkgver=2.3.2
+pkgrel=1
+pkgdesc="Hierarchical pool based memory allocator with destructors"
+arch=('x86_64')
+license=('GPL3')
+url="https://talloc.samba.org/"
+depends=('glibc' 'libxcrypt')
+makedepends=('python' 'docbook-xsl')
+optdepends=('python: for python bindings')
+source=(https://www.samba.org/ftp/talloc/talloc-$pkgver.tar.{gz,asc})
+sha1sums=('3f2ce471d68d0806dd0910cbe97d9fea2f967288'
+          'SKIP')
+validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-bugs at samba.org
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr \
+     --sysconfdir=/etc/samba \
+     --localstatedir=/var \
+     --bundled-libraries=NONE \
+     --builtin-libraries=replace \
+     --enable-talloc-compat1
+   make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list