void-packages/srcpkgs/tlsdate/template

29 lines
895 B
Bash
Raw Normal View History

2014-09-26 13:50:56 +00:00
# Template file for 'tlsdate'
pkgname=tlsdate
2014-10-27 13:27:58 +00:00
version=0.0.12
revision=4
2014-09-26 13:50:56 +00:00
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
configure_args="--sbindir=/usr/bin
--with-polarssl=no ac_cv_func_clock_gettime=yes"
conf_files="/etc/tlsdate/tlsdated.conf"
make_dirs="/var/cache/tlsdated 0755 root root"
hostmakedepends="automake pkg-config libtool"
makedepends="libressl-devel dbus-devel libevent-devel"
2014-09-26 13:50:56 +00:00
short_desc="Secure parasitic rdate replacement using HTTPS"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="BSD"
homepage="https://github.com/ioerror/tlsdate"
distfiles="https://github.com/ioerror/tlsdate/archive/${pkgname}-${version}.tar.gz"
2014-10-27 13:27:58 +00:00
checksum=e623f46710bd9adc2ba7a166822673de7d5dc45c179f92081a51504933f0915f
2014-09-26 13:50:56 +00:00
pre_configure() {
sh ./autogen.sh
}
post_install() {
vlicense LICENSE
rm ${DESTDIR}/usr/share/doc/${pkgname}/{TODO,LICENSE}
vsv tlsdated
2014-09-26 13:50:56 +00:00
}