New package: openntpd-5.7p1.

This commit is contained in:
Juan RP 2015-01-08 22:43:50 +01:00
parent aae7e506eb
commit deb640ede4
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec ntpd -d

21
srcpkgs/openntpd/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'openntpd'
pkgname=openntpd
version=5.7p1
revision=1
build_style=gnu-configure
configure_args="--with-privsep-user=$pkgname --with-privsep-path=/var/empty"
makedepends="libressl-devel"
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"
checksum=071cfdcfc179c481568a2b8262945243a3123abfc7fa8831da1bbff3729b8307
conf_files="/etc/ntpd.conf"
system_accounts="$pkgname"
openntpd_homedir="/var/empty"
post_install() {
vsv $pkgname
}