summaryrefslogtreecommitdiff
path: root/community/libnfnetlink/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-25 04:03:32 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-25 04:03:32 +0000
commit29cefdccedfcb48822a8da80b259ed0bb0f73266 (patch)
treeeabeaf9a2ee1319f8cc0f3e05018588aa5a169c9 /community/libnfnetlink/PKGBUILD
parentd256eaa80219eb28cbfb4f9474acc6fb41c63d3c (diff)
Fri Jul 25 03:59:36 UTC 2014
Diffstat (limited to 'community/libnfnetlink/PKGBUILD')
-rw-r--r--community/libnfnetlink/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/libnfnetlink/PKGBUILD b/community/libnfnetlink/PKGBUILD
deleted file mode 100644
index a0e5d7594..000000000
--- a/community/libnfnetlink/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 114046 2014-07-01 12:23:31Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Sébastien Luttringer
-# Contributor: Kevin Edmonds <edmondskevin@hotmail.com>
-# 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: