contrib/openvpn/Pkgfile

20 lines
408 B
Plaintext
Raw Normal View History

2009-10-15 11:05:53 +02:00
# Description: VPN Client
# URL: http://www.openvpn.net
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: lzo
name=openvpn
2011-07-07 14:23:02 +02:00
version=2.2.1
2009-10-15 11:05:53 +02:00
release=1
2011-01-23 16:39:03 +01:00
source=(http://swupdate.openvpn.net/community/releases/$name-$version.tar.gz)
2009-10-15 11:05:53 +02:00
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}