summaryrefslogtreecommitdiff
path: root/community/libnetfilter_log
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-04 00:06:56 -0800
committerroot <root@rshg054.dnsready.net>2013-02-04 00:06:56 -0800
commit3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 (patch)
tree13cd29450035c478b8a064e0ff16f5a10e3fced6 /community/libnetfilter_log
parente363875b14479aa4c6ff12f3e4e7ed920df4e45f (diff)
Mon Feb 4 00:06:56 PST 2013
Diffstat (limited to 'community/libnetfilter_log')
-rw-r--r--community/libnetfilter_log/PKGBUILD21
1 files changed, 13 insertions, 8 deletions
diff --git a/community/libnetfilter_log/PKGBUILD b/community/libnetfilter_log/PKGBUILD
index 37027d898..e8519887b 100644
--- a/community/libnetfilter_log/PKGBUILD
+++ b/community/libnetfilter_log/PKGBUILD
@@ -1,24 +1,29 @@
# $Id: PKGBUILD 71613 2012-05-31 08:51:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: Kevin Edmonds <edmondskevin@hotmail.com>
# Maintainer: Filip Wojciechowski, filip at loka dot pl
pkgname=libnetfilter_log
pkgver=1.0.1
-pkgrel=1
-pkgdesc="userspace library providing interface to packets that have been logged by the kernel packet filter"
+pkgrel=2
+pkgdesc='Library providing API to packets that have been logged by netfilter'
arch=('i686' 'x86_64')
-url="http://www.netfilter.org/projects/libnetfilter_log/index.html"
+url='http://www.netfilter.org/projects/libnetfilter_log/'
license=('GPL')
depends=('libnfnetlink')
-makedepends=('pkgconfig')
options=('!libtool')
-source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2)
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2")
md5sums=('2a4bb0654ae675a52d2e8d1c06090b94')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd $pkgname-$pkgver
./configure --prefix=/usr
- make
- make DESTDIR=$pkgdir install
}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et: