From 73439169b95fa0779df46eecb90dcaa27c774701 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 13 Nov 2010 18:22:58 +0100 Subject: [PATCH] ntp: add metafile support, cleanups, thanks to cowbalt Signed-off-by: Stephan Raue --- packages/network/ntp/build | 2 -- packages/network/ntp/meta | 14 ++++++++++++++ packages/network/ntp/url | 1 - 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 packages/network/ntp/meta delete mode 100644 packages/network/ntp/url diff --git a/packages/network/ntp/build b/packages/network/ntp/build index 3aa8d9ac26..663a7abe9a 100755 --- a/packages/network/ntp/build +++ b/packages/network/ntp/build @@ -2,8 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain - cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ diff --git a/packages/network/ntp/meta b/packages/network/ntp/meta new file mode 100644 index 0000000000..d76666c92d --- /dev/null +++ b/packages/network/ntp/meta @@ -0,0 +1,14 @@ +PKG_NAME="ntp" +PKG_VERSION="4.2.6p2" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="OSS" +PKG_SITE="http://www.ntp.org/" +PKG_URL="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="network" +PKG_SHORTDESC="ntp: Network Time Protocol utilities" +PKG_LONGDESC="The Network Time Protocol (NTP) is used to synchronize the time of a computer client or server to another server or reference time source, such as a radio or satellite receiver or modem. It provides client accuracies typically within a millisecond on LANs and up to a few tens of milliseconds on WANs relative to a primary server synchronized to Coordinated Universal Time (UTC) via a Global Positioning Service (GPS) receiver, for example." +PKG_IS_ADDON="no" diff --git a/packages/network/ntp/url b/packages/network/ntp/url deleted file mode 100644 index 72503bfc26..0000000000 --- a/packages/network/ntp/url +++ /dev/null @@ -1 +0,0 @@ -http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.6p2.tar.gz \ No newline at end of file