void-packages/srcpkgs/tinc/template

21 lines
582 B
Text
Raw Normal View History

# Template file for 'tinc'
pkgname=tinc
2014-12-23 08:36:57 +00:00
version=1.0.25
revision=1
build_style=gnu-configure
2014-10-13 13:59:14 +00:00
build_options="systemd"
2014-07-14 11:10:05 +00:00
makedepends="zlib-devel lzo-devel libressl-devel"
short_desc="VPN (Virtual Private Network) daemon"
2014-04-15 09:46:28 +00:00
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://www.tinc-vpn.org"
distfiles="${homepage}/packages/${pkgname}-${version}.tar.gz"
2014-12-23 08:36:57 +00:00
checksum=c5c1c554e594d77365b63222ef15f4460c0c202f9163a89a087333a779f4f133
post_install() {
2014-10-13 13:59:14 +00:00
vsv tincd
if [ "$build_option_systemd" ]; then
vinstall ${FILESDIR}/tincd@.service 644 usr/lib/systemd/system
fi
}