contrib/ipsec-tools/Pkgfile

27 lines
647 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
2007-09-20 11:55:02 +02:00
version=0.7
2006-11-02 17:03:04 +01:00
release=1
2007-09-20 11:55:02 +02:00
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2
$name-selinux-check.diff)
2006-11-02 17:03:04 +01:00
build() {
cd $name-$version
2007-09-20 11:55:02 +02:00
patch -p1 -i $SRC/$name-selinux-check.diff
autoconf
./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 \
--enable-adminport
2006-11-02 17:03:04 +01:00
make
make DESTDIR=$PKG install
}