### this file is sourced not run
PKGVER=2.25
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=gvpe-$PKGVER.tar.gz
MD5SUM=bb2693eabef3ad3edd35281e8a1f45d4
SRC_URL=http://ftp.gnu.org/gnu/gvpe/$TARBALL
BUNDLE=

SLACKREQ='openssl' # 
SLACKDESC="gvpe: gvpe $PKGVER (GNU VPE VPN)  
gvpe:  
gvpe: GVPE - GNU Virtual Private Ethernet - is a suite designed to provide a 
gvpe: virtual private network for multiple nodes over an untrusted network. It 
gvpe: is small, fast, and supports many tunneling options (raw IP, UDP, TCP, 
gvpe: HTTP, ICMP and DNS). This package is build with blowfish as its cipher 
gvpe: and sha1 as its digest.
gvpe: 
gvpe: 
gvpe: 
gvpe: http://software.schmorp.de/pkg/gvpe.html 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --enable-dns --enable-cipher=bf --enable-digest=sha1"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
