fastd: install manpage; revbump++

This commit is contained in:
Juan RP 2015-01-27 18:13:22 +01:00
parent 7d49ab881a
commit 168d5e2b57
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'fastd'
pkgname=fastd
version=16
revision=2
revision=3
build_style=cmake
hostmakedepends="cmake pkg-config bison"
makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel"
@ -25,4 +25,5 @@ post_install() {
vinstall ${FILESDIR}/connectionPartner 644 etc/fastd/peers
vinstall ${FILESDIR}/incomingConnectionPartner 644 etc/fastd/peers
vsv fastd
vman doc/fastd.1
}