[arch-commits] Commit in (4 files)

Sébastien Luttringer seblu at archlinux.org
Wed Jul 23 22:36:32 UTC 2014


    Date: Thursday, July 24, 2014 @ 00:36:32
  Author: seblu
Revision: 217762

community2extra: Moving libnftnl from community to extra

Added:
  libnftnl/
  libnftnl/repos/
  libnftnl/trunk/
  libnftnl/trunk/PKGBUILD

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

Added: libnftnl/trunk/PKGBUILD
===================================================================
--- libnftnl/trunk/PKGBUILD	                        (rev 0)
+++ libnftnl/trunk/PKGBUILD	2014-07-23 22:36:32 UTC (rev 217762)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.0.2
+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')
+source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
+sha1sums=('19b6903b3dc2a86cc13bb560ae55f779b92cae69'
+          '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:


Property changes on: libnftnl/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list