@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := ntp
PKG_VERSION := 4.2.8p15
PKG_RELEASE := 2
PKG_RELEASE := 3
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/
@ -33,7 +33,7 @@ define Package/ntpd/Default
TITLE:= ISC ntp
MAINTAINER:= Peter Wagner <tripolar@gmx.at>
URL:= http://www.ntp.org/
DEPENDS:= +libopenssl +libpthread +libcap +libevent2-pthreads
DEPENDS:= +libopenssl +libpthread +libcap
e n d e f
d e f i n e P a c k a g e / n t p d / D e f a u l t / d e s c r i p t i o n
@ -69,17 +69,19 @@ endef
d e f i n e P a c k a g e / n t p - u t i l s
$( call Package /ntpd /Default )
TITLE += utilities
DEPENDS += +libevent2-pthreads
e n d e f
d e f i n e P a c k a g e / n t p - u t i l s / d e s c r i p t i o n
$( call Package /ntpd /Default /description )
.
This package contains ntpdc, ntpq and ntptime .
This package contains ntpdc, ntpq, ntptime and sntp .
e n d e f
d e f i n e P a c k a g e / n t p - k e y g e n
$( call Package /ntpd /Default )
TITLE += keygen
DEPENDS += +libevent2-core
e n d e f
d e f i n e P a c k a g e / n t p - k e y g e n / d e s c r i p t i o n
@ -107,6 +109,7 @@ CONFIGURE_ARGS += \
--enable-linuxcaps \
--with-yielding-select= yes \
--with-crypto \
$( if $( CONFIG_PACKAGE_ntp-utils) ,--with-sntp,--without-sntp) \
--with-openssl-incdir= " $( STAGING_DIR) /usr/include " \
--with-openssl-libdir= " $( STAGING_DIR) /usr/lib "
@ -145,6 +148,7 @@ define Package/ntp-utils/install
$( INSTALL_BIN) $( PKG_BUILD_DIR) /ntpdc/ntpdc $( 1) /usr/sbin/
$( INSTALL_BIN) $( PKG_BUILD_DIR) /ntpq/ntpq $( 1) /usr/sbin/
$( INSTALL_BIN) $( PKG_BUILD_DIR) /util/ntptime $( 1) /usr/sbin/
$( INSTALL_BIN) $( PKG_BUILD_DIR) /sntp/sntp $( 1) /usr/sbin/
e n d e f
d e f i n e P a c k a g e / n t p - k e y g e n / i n s t a l l