summaryrefslogtreecommitdiff
path: root/community/libnids
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libnids
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libnids')
-rw-r--r--community/libnids/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/libnids/PKGBUILD b/community/libnids/PKGBUILD
deleted file mode 100644
index 50877bae2..000000000
--- a/community/libnids/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 67519 2012-03-12 22:18:06Z lcarlier $
-# Maintainer:
-# Contributor: Essien Ita Essien <essiene@datavibe.net>
-# Contributor: damir <damir@archlinux.org>
-
-pkgname=libnids
-pkgver=1.24
-pkgrel=2
-pkgdesc="An implementation of an E-component of Network Intrusion Detection System."
-arch=('i686' 'x86_64')
-url="http://libnids.sourceforge.net/"
-license=('GPL')
-depends=('libnet' 'libpcap' 'glib2')
-makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('72d37c79c85615ffe158aa524d649610')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- ./configure --prefix=/usr --man=/usr/share/man --enable-shared
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
-
- make install_prefix=$pkgdir install
- ln -s libnids.so.1.24 $pkgdir/usr/lib/libnids.so.1
-}