Date: Thursday, July 24, 2014 @ 00:39:00 Author: seblu Revision: 217766
community2extra: Moving libnfnetlink from community to extra Added: libnfnetlink/ libnfnetlink/repos/ libnfnetlink/trunk/ libnfnetlink/trunk/PKGBUILD ----------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) Added: libnfnetlink/trunk/PKGBUILD =================================================================== --- libnfnetlink/trunk/PKGBUILD (rev 0) +++ libnfnetlink/trunk/PKGBUILD 2014-07-23 22:39:00 UTC (rev 217766) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Sergej Pupykin <[email protected]> +# Maintainer: Sébastien Luttringer +# Contributor: Kevin Edmonds <[email protected]> +# Contributor: Filip Wojciechowski, filip at loka dot pl + +pkgname=libnfnetlink +pkgver=1.0.1 +pkgrel=2 +pkgdesc='Low-level library for netfilter related kernel/userspace communication' +arch=('i686' 'x86_64') +url='http://www.netfilter.org/projects/libnfnetlink/' +license=('GPL') +depends=('glibc') +source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2") +md5sums=('98927583d2016a9fb1936fed992e2c5e') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Property changes on: libnfnetlink/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
