2015-01-08 22:43:50 +01:00
|
|
|
# Template file for 'openntpd'
|
|
|
|
pkgname=openntpd
|
2015-03-25 10:04:46 +01:00
|
|
|
version=5.7p4
|
2015-03-25 10:08:38 +01:00
|
|
|
revision=2
|
2015-03-05 09:34:46 +01:00
|
|
|
build_pie=yes
|
2015-01-08 22:43:50 +01:00
|
|
|
build_style=gnu-configure
|
2015-03-25 10:04:46 +01:00
|
|
|
configure_args="--with-privsep-user=$pkgname --with-cacert=/etc/ssl/certs.pem"
|
|
|
|
hostmakedepends="automake libtool"
|
2015-03-27 10:50:40 +01:00
|
|
|
makedepends="libressl-devel"
|
2015-03-25 10:08:38 +01:00
|
|
|
depends="ca-certificates"
|
2015-01-08 22:43:50 +01:00
|
|
|
short_desc="FREE, easy to use implementation of the Network Time Protocol"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="BSD"
|
|
|
|
homepage="http://openntpd.org/"
|
|
|
|
distfiles="http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${version}.tar.gz"
|
2015-03-25 10:04:46 +01:00
|
|
|
checksum=a993d95976e375acc0ab1a677fd268f55024477835633c8ae404895046bccb23
|
2015-01-08 22:43:50 +01:00
|
|
|
|
|
|
|
conf_files="/etc/ntpd.conf"
|
2015-01-08 22:47:15 +01:00
|
|
|
provides="ntp-daemon-0_1"
|
|
|
|
replaces="ntp-daemon>=0"
|
2015-01-08 22:43:50 +01:00
|
|
|
system_accounts="$pkgname"
|
|
|
|
|
2015-03-25 10:04:46 +01:00
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
2015-01-08 22:43:50 +01:00
|
|
|
post_install() {
|
|
|
|
vsv $pkgname
|
2015-01-28 09:35:15 +01:00
|
|
|
vlicense COPYING
|
2015-01-08 22:43:50 +01:00
|
|
|
}
|