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

Christian Hesse eworm at gemini.archlinux.org
Wed Apr 27 21:06:53 UTC 2022


    Date: Wednesday, April 27, 2022 @ 21:06:53
  Author: eworm
Revision: 444152

archrelease: copy trunk to testing-x86_64

Added:
  libnl/repos/testing-x86_64/PKGBUILD
    (from rev 444151, libnl/trunk/PKGBUILD)
Deleted:
  libnl/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-27 21:06:51 UTC (rev 444151)
+++ PKGBUILD	2022-04-27 21:06:53 UTC (rev 444152)
@@ -1,35 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Thomas Bächler <thomas at archlinux.org>
-
-pkgname=libnl
-pkgver=3.6.0
-pkgrel=2
-pkgdesc='Library for applications dealing with netlink sockets'
-arch=('x86_64')
-url='https://github.com/thom311/libnl/'
-license=('GPL')
-depends=('glibc')
-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=('532155fd011e5a805bd67121b87a01c757e2bb24112ac17e69cb86013b970009'
-            '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
-}

Copied: libnl/repos/testing-x86_64/PKGBUILD (from rev 444151, libnl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-27 21:06:53 UTC (rev 444152)
@@ -0,0 +1,36 @@
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=libnl
+pkgver=3.6.0
+pkgrel=3
+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=('532155fd011e5a805bd67121b87a01c757e2bb24112ac17e69cb86013b970009'
+            '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