summaryrefslogtreecommitdiff
path: root/openntpd/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-01-31 17:49:09 +0000
committerTim Biermann <tbier@posteo.de>2021-01-31 18:04:34 +0000
commitcad4302515e6526068be5ee98989143beb6969a6 (patch)
treed59b4e6040b05e39e708bf69c86232629ac7db1b /openntpd/Pkgfile
parent3a56df5e1bb372fabbaf2e18a21221a14119427e (diff)
downloadopt-cad4302515e6526068be5ee98989143beb6969a6.tar.gz
opt-cad4302515e6526068be5ee98989143beb6969a6.tar.xz
openntpd: deleted unmaintained port
Diffstat (limited to 'openntpd/Pkgfile')
-rw-r--r--openntpd/Pkgfile35
1 files changed, 0 insertions, 35 deletions
diff --git a/openntpd/Pkgfile b/openntpd/Pkgfile
deleted file mode 100644
index b3b0e4dc9..000000000
--- a/openntpd/Pkgfile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Description: Portable version of OpenBSD's NTP implementation
-# URL: http://www.openntpd.org/
-# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
-
-name=openntpd
-version=6.8p1
-release=1
-source=(
-http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/$name-$version.tar.gz
-ntpd
-openntpd-paths.patch
-)
-
-build() {
- cd $name-$version
-
- # change drift file and control socket locations
- patch -p1 -i $SRC/openntpd-paths.patch
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --with-privsep-user=ntp \
- --disable-https-constraint
-
- make
- make DESTDIR=$PKG install
-
- rmdir $PKG/var/db $PKG/var/run
- install -D -m 0755 $SRC/ntpd $PKG/etc/rc.d/ntpd
-
- # drift file will be created here
- mkdir -p $PKG/var/lib/ntp
-}

Generated by cgit