From eae972e373ac2f84eefc5916bdce5324d3cb75d6 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 16 Aug 2014 12:23:32 +0300 Subject: [PATCH] remove package: ntp --- packages/network/ntp/package.mk | 48 ------------------- .../patches/ntp-4.2.6p5-automake_1.13.patch | 12 ----- 2 files changed, 60 deletions(-) delete mode 100644 packages/network/ntp/package.mk delete mode 100644 packages/network/ntp/patches/ntp-4.2.6p5-automake_1.13.patch diff --git a/packages/network/ntp/package.mk b/packages/network/ntp/package.mk deleted file mode 100644 index f6a5dd981d..0000000000 --- a/packages/network/ntp/package.mk +++ /dev/null @@ -1,48 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="ntp" -PKG_VERSION="4.2.6p5" -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_TARGET="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" -PKG_AUTORECONF="yes" - -PKG_CONFIGURE_OPTS_TARGET="--disable-all-clocks \ - --enable-ipv6 \ - --without-rpath \ - --with-gnu-ld \ - --disable-linuxcaps \ - --without-ntpsnmpd \ - --enable-local-libopts \ - --without-crypto" - -makeinstall_target() { - mkdir -p $INSTALL/usr/sbin - cp ntpd/ntpd $INSTALL/usr/sbin/ - cp ntpdate/ntpdate $INSTALL/usr/sbin/ -} diff --git a/packages/network/ntp/patches/ntp-4.2.6p5-automake_1.13.patch b/packages/network/ntp/patches/ntp-4.2.6p5-automake_1.13.patch deleted file mode 100644 index 4ec300922a..0000000000 --- a/packages/network/ntp/patches/ntp-4.2.6p5-automake_1.13.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur ntp-4.2.6p5-old/configure.ac ntp-4.2.6p5-new/configure.ac ---- ntp-4.2.6p5-old/configure.ac 2011-09-22 20:17:25.000000000 -0700 -+++ ntp-4.2.6p5-new/configure.ac 2013-01-03 19:05:39.000000000 -0800 -@@ -40,7 +40,7 @@ - dnl the 'host' machine is where the resulting stuff runs. - AC_DEFINE_UNQUOTED([STR_SYSTEM], ["$host"], - [canonical system (cpu-vendor-os) of where we should run]) --AM_CONFIG_HEADER([config.h]) -+AC_CONFIG_HEADERS([config.h]) - dnl AC_ARG_PROGRAM - - ntp_atom_ok=${ntp_atom_ok=no}