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

# source: james
TARBALL=tinc-$PKGVER.tar.gz
MD5SUM=e9cc2971927d31e703f0c2b1791a4edf
SRC_URL=http://www.tinc-vpn.org/packages/$TARBALL
BUNDLE=

SLACKREQ='openssl' # liblzo build-time only
SLACKDESC="tinc: tinc $PKGVER (tinc VPN)  
tinc:  
tinc: tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and 
tinc: encryption to create a secure private network between hosts on the 
tinc: Internet.  
tinc: 
tinc: 
tinc: 
tinc: 
tinc: 
tinc: http://www.tinc-vpn.org/
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --enable-uml --enable-tunemu" # --with-libgcrypt
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
