2015-01-08 21:43:50 +00:00
|
|
|
# Template file for 'openntpd'
|
|
|
|
pkgname=openntpd
|
2015-01-28 08:35:15 +00:00
|
|
|
version=5.7p3
|
2015-03-05 08:34:46 +00:00
|
|
|
revision=5
|
|
|
|
build_pie=yes
|
2015-01-08 21:43:50 +00:00
|
|
|
build_style=gnu-configure
|
2015-01-28 08:35:15 +00:00
|
|
|
configure_args="--with-privsep-user=$pkgname"
|
2015-03-04 15:04:30 +00:00
|
|
|
makedepends="libressl-devel>=2.1.4"
|
2015-01-08 21:43:50 +00: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-01-28 08:35:15 +00:00
|
|
|
checksum=4f417c8a4c21ed7ec3811107829f931404f9bf121855b8571a2ca3355695343a
|
2015-01-08 21:43:50 +00:00
|
|
|
|
|
|
|
conf_files="/etc/ntpd.conf"
|
2015-01-08 21:47:15 +00:00
|
|
|
provides="ntp-daemon-0_1"
|
|
|
|
replaces="ntp-daemon>=0"
|
2015-01-08 21:43:50 +00:00
|
|
|
system_accounts="$pkgname"
|
|
|
|
openntpd_homedir="/var/empty"
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vsv $pkgname
|
2015-01-28 08:35:15 +00:00
|
|
|
vlicense COPYING
|
2015-01-08 21:43:50 +00:00
|
|
|
}
|