[arch-commits] Commit in libnftnl/repos (6 files)

Sébastien Luttringer seblu at archlinux.org
Mon Aug 22 20:54:09 UTC 2016


    Date: Monday, August 22, 2016 @ 20:54:09
  Author: seblu
Revision: 274598

db-move: moved libnftnl from [extra] to [core] (i686, x86_64)

Added:
  libnftnl/repos/core-i686/
  libnftnl/repos/core-i686/PKGBUILD
    (from rev 274597, libnftnl/repos/extra-i686/PKGBUILD)
  libnftnl/repos/core-x86_64/
  libnftnl/repos/core-x86_64/PKGBUILD
    (from rev 274597, libnftnl/repos/extra-x86_64/PKGBUILD)
Deleted:
  libnftnl/repos/extra-i686/
  libnftnl/repos/extra-x86_64/

----------------------+
 core-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 core-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: libnftnl/repos/core-i686/PKGBUILD (from rev 274597, libnftnl/repos/extra-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2016-08-22 20:54:09 UTC (rev 274598)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
+sha1sums=('453f1c2d99d219baeca4ba42aa874f02d2ddf2f7'
+          'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libnftnl/repos/core-x86_64/PKGBUILD (from rev 274597, libnftnl/repos/extra-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2016-08-22 20:54:09 UTC (rev 274598)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
+sha1sums=('453f1c2d99d219baeca4ba42aa874f02d2ddf2f7'
+          'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list