void-packages/srcpkgs/tinc/template

22 lines
604 B
Plaintext
Raw Normal View History

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