New package: openntpd-5.7p1.
This commit is contained in:
parent
aae7e506eb
commit
deb640ede4
2 changed files with 23 additions and 0 deletions
2
srcpkgs/openntpd/files/openntpd/run
Normal file
2
srcpkgs/openntpd/files/openntpd/run
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec ntpd -d
|
21
srcpkgs/openntpd/template
Normal file
21
srcpkgs/openntpd/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue