You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

162 lines
4.0 KiB

  1. #
  2. # Copyright (C) 2006-2016 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. include $(TOPDIR)/rules.mk
  8. PKG_NAME:=ntp
  9. PKG_VERSION:=4.2.8p15
  10. PKG_RELEASE:=4
  11. PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
  12. PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/
  13. PKG_HASH:=f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19
  14. PKG_LICENSE:=Unique
  15. PKG_LICENSE_FILES:=COPYRIGHT html/copyright.html
  16. PKG_CPE_ID:=cpe:/a:ntp:ntp
  17. PKG_FIXUP:=autoreconf
  18. PKG_LIBTOOL_PATHS:=. sntp
  19. PKG_CHECK_FORMAT_SECURITY:=0
  20. PKG_BUILD_PARALLEL:=1
  21. include $(INCLUDE_DIR)/package.mk
  22. define Package/ntpd/Default
  23. SUBMENU:=Time Synchronization
  24. SECTION:=net
  25. CATEGORY:=Network
  26. TITLE:=ISC ntp
  27. MAINTAINER:=Peter Wagner <tripolar@gmx.at>
  28. URL:=http://www.ntp.org/
  29. DEPENDS:=+libopenssl +libpthread +libcap
  30. endef
  31. define Package/ntpd/Default/description
  32. The ISC ntp suite is a collection of tools used to synchronize the
  33. system clock with remote NTP time servers and run/monitor local NTP
  34. servers.
  35. endef
  36. define Package/ntpd
  37. $(call Package/ntpd/Default)
  38. DEPENDS+= +ntp-utils
  39. TITLE+= server
  40. USERID:=ntp=123:ntp=123
  41. endef
  42. define Package/ntpd/description
  43. $(call Package/ntpd/Default/description)
  44. .
  45. This package contains the ntpd server.
  46. endef
  47. define Package/ntpdate
  48. $(call Package/ntpd/Default)
  49. TITLE+=date
  50. endef
  51. define Package/ntpdate/description
  52. $(call Package/ntpd/Default/description)
  53. .
  54. This package contains ntpdate.
  55. endef
  56. define Package/ntp-utils
  57. $(call Package/ntpd/Default)
  58. TITLE+= utilities
  59. DEPENDS+= +libevent2-pthreads
  60. endef
  61. define Package/ntp-utils/description
  62. $(call Package/ntpd/Default/description)
  63. .
  64. This package contains ntpdc, ntpq, ntptime and sntp.
  65. endef
  66. define Package/ntp-keygen
  67. $(call Package/ntpd/Default)
  68. TITLE+=keygen
  69. DEPENDS+= +libevent2-core
  70. endef
  71. define Package/ntp-keygen/description
  72. $(call Package/ntpd/Default/description)
  73. .
  74. This package contains the ntp-keygen.
  75. endef
  76. CONFIGURE_VARS += \
  77. ac_cv_header_md5_h=no \
  78. ac_cv_lib_rt_sched_setscheduler=no \
  79. ac_cv_header_dns_sd_h=no \
  80. hw_cv_func_snprintf_c99=yes \
  81. hw_cv_func_vsnprintf_c99=yes \
  82. CONFIGURE_ARGS += \
  83. --disable-all-clocks \
  84. --disable-parse-clocks \
  85. --without-ntpsnmpd \
  86. --without-lineeditlibs \
  87. --enable-NMEA \
  88. --enable-LOCAL-CLOCK \
  89. --enable-SHM \
  90. --enable-ATOM \
  91. --enable-linuxcaps \
  92. --with-yielding-select=yes \
  93. --with-crypto \
  94. $(if $(CONFIG_PACKAGE_ntp-utils),--with-sntp,--without-sntp) \
  95. --with-openssl-incdir="$(STAGING_DIR)/usr/include" \
  96. --with-openssl-libdir="$(STAGING_DIR)/usr/lib"
  97. define Package/ntpd/install
  98. $(INSTALL_DIR) $(1)/sbin
  99. $(INSTALL_BIN) $(PKG_BUILD_DIR)/ntpd/ntpd $(1)/sbin/
  100. $(INSTALL_DIR) $(1)/usr/sbin
  101. $(INSTALL_BIN) ./files/ntpd.hotplug-helper $(1)/usr/sbin/
  102. $(INSTALL_DIR) $(1)/etc/init.d
  103. $(INSTALL_BIN) ./files/ntpd.init $(1)/etc/init.d/ntpd
  104. $(INSTALL_DIR) $(1)/etc/hotplug.d/iface
  105. $(INSTALL_BIN) ./files/ntpd.hotplug $(1)/etc/hotplug.d/iface/20-ntpd
  106. endef
  107. define Package/ntpd/postinst
  108. #!/bin/sh
  109. [ -L "$${IPKG_INSTROOT}/usr/sbin/ntpd" ] && rm -f "$${IPKG_INSTROOT}/usr/sbin/ntpd"
  110. exit 0
  111. endef
  112. define Package/ntpd/postrm
  113. #!/bin/sh
  114. /bin/busybox ntpd -h 2>&1 | grep -q BusyBox && ln -sf ../../bin/busybox /usr/sbin/ntpd
  115. exit 0
  116. endef
  117. define Package/ntpdate/install
  118. $(INSTALL_DIR) $(1)/usr/sbin
  119. $(INSTALL_BIN) $(PKG_BUILD_DIR)/ntpdate/ntpdate $(1)/usr/sbin/
  120. $(INSTALL_DIR) $(1)/etc/init.d
  121. $(INSTALL_BIN) ./files/ntpdate.init $(1)/etc/init.d/ntpdate
  122. endef
  123. define Package/ntp-utils/install
  124. $(INSTALL_DIR) $(1)/usr/sbin
  125. $(INSTALL_BIN) $(PKG_BUILD_DIR)/ntpdc/ntpdc $(1)/usr/sbin/
  126. $(INSTALL_BIN) $(PKG_BUILD_DIR)/ntpq/ntpq $(1)/usr/sbin/
  127. $(INSTALL_BIN) $(PKG_BUILD_DIR)/util/ntptime $(1)/usr/sbin/
  128. $(INSTALL_BIN) $(PKG_BUILD_DIR)/sntp/sntp $(1)/usr/sbin/
  129. endef
  130. define Package/ntp-keygen/install
  131. $(INSTALL_DIR) $(1)/usr/sbin
  132. $(INSTALL_BIN) $(PKG_BUILD_DIR)/util/ntp-keygen $(1)/usr/sbin/
  133. endef
  134. $(eval $(call BuildPackage,ntpd))
  135. $(eval $(call BuildPackage,ntpdate))
  136. $(eval $(call BuildPackage,ntp-utils))
  137. $(eval $(call BuildPackage,ntp-keygen))