contrib/ipsec-tools/Pkgfile

27 lines
651 B
Plaintext
Raw Normal View History

2006-11-02 17:03:04 +01:00
# Description: A port of KAME's IPsec utilities to the Linux-2.6
# URL: http://ipsec-tools.sourceforge.net/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on:
name=ipsec-tools
2010-12-19 18:49:59 +01:00
version=0.7.3
2006-11-02 17:03:04 +01:00
release=1
2010-12-19 18:49:59 +01:00
source=(http://sourceforge.net/projects/ipsec-tools/files/$name-$version.tar.bz2)
2008-08-30 17:36:21 +02:00
2006-11-02 17:03:04 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
2007-09-20 11:55:02 +02:00
--mandir=/usr/man \
--localstatedir=/var \
--enable-hybrid \
--enable-frag \
--enable-stats \
--enable-dpd \
--enable-natt \
2008-08-30 17:36:21 +02:00
--enable-adminport \
2010-12-19 18:49:59 +01:00
--enable-security-context=no \
--with-kernel-headers=/usr/include
2006-11-02 17:03:04 +01:00
make
make DESTDIR=$PKG install
}