Update htpdate to 1.0.1 (#3623)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11708 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4e6bfc0ca1
commit
93aa2e6daa
@ -9,15 +9,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=htpdate
|
PKG_NAME:=htpdate
|
||||||
PKG_VERSION:=0.9.0
|
PKG_VERSION:=1.0.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://www.clevervest.com/htp/archive/c/
|
PKG_SOURCE_URL:=http://www.clevervest.com/htp/archive/c/
|
||||||
PKG_MD5SUM:=12cf883c5619cf4c13a62f77f1a55b54
|
PKG_MD5SUM:=a0c2b7a3e89a9fedb1ae8cba17928ec3
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -29,6 +26,14 @@ define Package/htpdate
|
|||||||
URL:=http://www.clevervest.com/htp/
|
URL:=http://www.clevervest.com/htp/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/htpdate/description
|
||||||
|
The HTTP Time Protocol (HTP) is used to synchronize a computer's time
|
||||||
|
with web servers as reference time source. Htpdate will synchronize your
|
||||||
|
computer's time by extracting timestamps from HTTP headers found
|
||||||
|
in web server responses. Htpdate can be used as a daemon, to keep your
|
||||||
|
computer synchronized.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/htpdate/conffiles
|
define Package/htpdate/conffiles
|
||||||
/etc/default/htpdate
|
/etc/default/htpdate
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user