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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 16 17:38:15 UTC 2021


    Date: Friday, July 16, 2021 @ 17:38:14
  Author: felixonmars
Revision: 419804

archrelease: copy trunk to testing-x86_64

Added:
  tevent/repos/testing-x86_64/
  tevent/repos/testing-x86_64/PKGBUILD
    (from rev 419803, tevent/trunk/PKGBUILD)

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

Copied: tevent/repos/testing-x86_64/PKGBUILD (from rev 419803, tevent/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-07-16 17:38:14 UTC (rev 419804)
@@ -0,0 +1,38 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor: Marco A Rojas <marquicus at gmail dot com>
+# Contributor: Ng Oon-Ee <ngoonee.talk at gmail.com>
+# Contributor: Thomas Burdick <thomas.burdick at gmail.com>
+
+pkgname=tevent
+pkgver=0.11.0
+pkgrel=1
+epoch=1
+pkgdesc='Event system based on the talloc memory management library'
+url="https://tevent.samba.org/"
+arch=('x86_64')
+source=(https://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar{.gz,.asc})
+license=('GPL3')
+depends=('talloc')
+makedepends=('python' 'cmocka')
+optdepends=('python: for python bindings')
+provides=(libtevent.so)
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs at samba.org>
+sha512sums=('740346b19bf290ff31b0c1b36e232021b8ad107c3ce27e0e8b1ec1a77485214b07a9b7837ba57f3650a50e4c04f530674e486b5fa4d118a1778259be63b49790'
+            'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --bundled-libraries=NONE \
+    --builtin-libraries=replace
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list