Date: Tuesday, October 10, 2017 @ 06:49:08
  Author: bpiotrowski
Revision: 307246

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libnl/repos/testing-i686/
  libnl/repos/testing-i686/PKGBUILD
    (from rev 307245, libnl/trunk/PKGBUILD)
  libnl/repos/testing-x86_64/
  libnl/repos/testing-x86_64/PKGBUILD
    (from rev 307245, libnl/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: libnl/repos/testing-i686/PKGBUILD (from rev 307245, 
libnl/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2017-10-10 06:49:08 UTC (rev 307246)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrow...@archlinux.org>
+# Contributor: Thomas Bächler <tho...@archlinux.org>
+
+pkgname=libnl
+pkgver=3.4.0
+pkgrel=1
+pkgdesc='Library for applications dealing with netlink sockets'
+arch=(i686 x86_64)
+url='https://github.com/thom311/libnl/'
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+source=(https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('b7287637ae71c6db6f89e1422c995f0407ff2fe50cecd61a312b6a9b0921f5bf'
+            'SKIP')
+validpgpkeys=('49EA7C670E0850E7419514F629C2366E4DFC5728') # Thomas Haller
+
+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 307245, 
libnl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2017-10-10 06:49:08 UTC (rev 307246)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrow...@archlinux.org>
+# Contributor: Thomas Bächler <tho...@archlinux.org>
+
+pkgname=libnl
+pkgver=3.4.0
+pkgrel=1
+pkgdesc='Library for applications dealing with netlink sockets'
+arch=(i686 x86_64)
+url='https://github.com/thom311/libnl/'
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+source=(https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('b7287637ae71c6db6f89e1422c995f0407ff2fe50cecd61a312b6a9b0921f5bf'
+            'SKIP')
+validpgpkeys=('49EA7C670E0850E7419514F629C2366E4DFC5728') # Thomas Haller
+
+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
+}

Reply via email to