contrib/libnids/Pkgfile

23 lines
540 B
Plaintext
Raw Normal View History

2008-07-13 01:13:26 +02:00
# Description: implementation of a Network Intrusion Detection System
# URL: http://libnids.sf.net
# Maintainer: Thomas Penteker, tek at serverop dot de
2009-11-20 20:11:39 +01:00
# Depends on: glib, libnet, libpcap
2008-07-13 01:13:26 +02:00
name=libnids
2010-03-14 13:58:05 +01:00
version=1.24
release=2
source=(https://sourceforge.net/projects/$name/files/$name/$version/$name-$version.tar.gz)
2008-07-13 01:13:26 +02:00
build() {
cd $name-$version
./configure \
--prefix=/usr \
--man=/usr/share/man \
--enable-shared
make
make install_prefix="$PKG" install
ln -s libnids.so.1.24 $PKG/usr/lib/libnids.so.1
2008-07-13 01:13:26 +02:00
}