# SHORT DESC: IPSec Utilities
# LONG DESC: User-space IPsec tools for various IPsec implementations. A port of KAME's libipsec, setkey, and racoon to the Linux OS. Also works on various BSD systems.
./configure --prefix=/usr --libdir="${libdir}" --sysconfdir=/etc --localstatedir=/var --disable-security-context --enable-adminport && \
make && \
make install || exit 1
mkdir /var/racoon
date > /var/racoon/.keep
exit 0
|