void-packages/srcpkgs/inadyn/template
2017-04-11 18:54:28 +02:00

28 lines
715 B
Bash

# Template file for 'inadyn'
pkgname=inadyn
version=2.1
revision=2
build_style=gnu-configure
configure_args="--enable-openssl"
hostmakedepends="automake libtool pkg-config"
makedepends="confuse-devel libressl-devel libite-devel"
short_desc="Small DynDNS client with SSL/TLS support"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="GPL-2"
homepage="http://troglobit.com/inadyn.html"
distfiles="ftp://ftp.troglobit.com/inadyn/inadyn-${version}.tar.xz"
checksum=87639a7c1ddc047074601ad60188279a2a0d9393367f046c153de0e24586b3ac
system_accounts="inadyn"
inadyn_homedir="/run/inadyn"
conf_files="/etc/inadyn.conf"
pre_configure() {
autoreconf -fi
}
post_install() {
vconf ${FILESDIR}/inadyn.conf
vsv inadyn
}