[arch-commits] Commit in talloc/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Tue Dec 17 21:09:27 UTC 2019
Date: Tuesday, December 17, 2019 @ 21:09:27
Author: anatolik
Revision: 371609
archrelease: copy trunk to testing-x86_64
Added:
talloc/repos/testing-x86_64/
talloc/repos/testing-x86_64/PKGBUILD
(from rev 371608, talloc/trunk/PKGBUILD)
----------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
Copied: talloc/repos/testing-x86_64/PKGBUILD (from rev 371608, talloc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-12-17 21:09:27 UTC (rev 371609)
@@ -0,0 +1,38 @@
+# Maintainer:
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=talloc
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="Hierarchical pool based memory allocator with destructors"
+arch=('x86_64')
+license=('GPL3')
+url="https://talloc.samba.org/"
+depends=('glibc')
+makedepends=('python' 'docbook-xsl')
+optdepends=('python: for python bindings')
+source=(https://www.samba.org/ftp/talloc/talloc-$pkgver.tar.{gz,asc})
+sha1sums=('1ff430a62264b29efac39a3fa26290586c019800'
+ '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