# Description: a Virtual Private Network (VPN) daemon # URL: http://www.tinc-vpn.org # Maintainer: z3bra # Depends on: openssl zlib lzo name=tinc version=1.0.36 release=1 source=(http://www.tinc-vpn.org/packages/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --sysconfdir=/etc make make DESTDIR=$PKG install }