[arch-commits] Commit in libnl/repos (3 files)

Christian Hesse eworm at gemini.archlinux.org
Wed Jul 6 21:06:18 UTC 2022


    Date: Wednesday, July 6, 2022 @ 21:06:18
  Author: eworm
Revision: 449948

archrelease: copy trunk to testing-x86_64

Added:
  libnl/repos/testing-x86_64/
  libnl/repos/testing-x86_64/PKGBUILD
    (from rev 449947, libnl/trunk/PKGBUILD)
  libnl/repos/testing-x86_64/keys/

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

Copied: libnl/repos/testing-x86_64/PKGBUILD (from rev 449947, libnl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-07-06 21:06:18 UTC (rev 449948)
@@ -0,0 +1,36 @@
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=libnl
+pkgver=3.7.0
+pkgrel=1
+pkgdesc='Library for applications dealing with netlink sockets'
+arch=('x86_64')
+url='https://github.com/thom311/libnl/'
+license=('GPL')
+depends=('glibc')
+options=('debug')
+backup=('etc/libnl/classid'
+        'etc/libnl/pktloc')
+validpgpkeys=('49EA7C670E0850E7419514F629C2366E4DFC5728') # Thomas Haller
+source=("https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('9fe43ccbeeea72c653bdcf8c93332583135cda46a79507bfd0a483bb57f65939'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --sbindir=/usr/bin \
+    --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list