ipsec-tools: updated to 0.6.7, enabled some features

This commit is contained in:
Mikhail Kolesnik 2007-04-13 21:14:58 +03:00
parent 8b0230b072
commit 488208b72e
3 changed files with 12 additions and 5 deletions

View File

@ -39,5 +39,5 @@ drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/racoon
-rwxr-xr-x root/root usr/sbin/racoonctl
-rwxr-xr-x root/root usr/sbin/setkey
drwxr-xr-x root/root usr/var/
drwxr-xr-x root/root usr/var/racoon/
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/racoon/

View File

@ -1 +1 @@
e908f3cf367e31c7902df5ab16fbe5c3 ipsec-tools-0.6.6.tar.bz2
4fb764f282dc21cf9a656c58e13dacbb ipsec-tools-0.6.7.tar.bz2

View File

@ -4,12 +4,19 @@
# Depends on:
name=ipsec-tools
version=0.6.6
version=0.6.7
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr \
--localstatedir=/var \
--enable-hybrid \
--enable-frag \
--enable-stats \
--enable-dpd \
--enable-natt \
--enable-adminport
make
make DESTDIR=$PKG install
}