contrib/ipsec-tools/Pkgfile

26 lines
604 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
2008-08-30 17:36:21 +02:00
version=0.7.1
2006-11-02 17:03:04 +01:00
release=1
2008-08-30 17:36:21 +02:00
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
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 \
--enable-security-context=no
2006-11-02 17:03:04 +01:00
make
make DESTDIR=$PKG install
}