summaryrefslogtreecommitdiff
path: root/extra/ntp/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-07 00:36:35 -0700
committerroot <root@rshg054.dnsready.net>2013-05-07 00:36:35 -0700
commitda0a0d88caa1bf934ebf314ef86e15928dbb027b (patch)
treeb7c57ac9667de10c72390e0d81654fffbe47c42d /extra/ntp/PKGBUILD
parentffb692bf2696e7ebedd19bcd55ba253e21cb732d (diff)
Tue May 7 00:36:35 PDT 2013
Diffstat (limited to 'extra/ntp/PKGBUILD')
-rw-r--r--extra/ntp/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/ntp/PKGBUILD b/extra/ntp/PKGBUILD
index 1a20d9f9c..5267803d3 100644
--- a/extra/ntp/PKGBUILD
+++ b/extra/ntp/PKGBUILD
@@ -1,18 +1,17 @@
-# $Id: PKGBUILD 173322 2012-12-18 22:53:36Z bisson $
+# $Id: PKGBUILD 184344 2013-05-06 10:28:53Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: kevin <kevin@archlinux.org>
pkgname=ntp
pkgver=4.2.6.p5
_realver=4.2.6p5
-pkgrel=13
+pkgrel=14
pkgdesc='Network Time Protocol reference implementation'
url='http://www.ntp.org/'
license=('custom')
arch=('i686' 'x86_64')
-depends=('openssl' 'libcap')
-optdepends=('libedit: ntpdc, ntpq')
-makedepends=('perl-html-parser' 'libedit')
+makedepends=('perl-html-parser')
+depends=('openssl' 'libcap' 'libedit')
backup=('etc/ntp.conf' 'etc/conf.d/ntpd.conf')
source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz"
'ntpd'
@@ -39,6 +38,7 @@ build() {
--prefix=/usr \
--mandir=/usr/share/man \
--enable-linuxcaps \
+ --enable-ntp-signd \
make
}