summaryrefslogtreecommitdiff
path: root/package/htpdate/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-28 08:04:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-28 08:05:08 +0200
commit33b69d0e9a09c19225e8f5f34869f74fe60e2d2b (patch)
tree5a36b68985ea3b9cfe9910d39d71c7bf7ec777d9 /package/htpdate/Makefile
parentb4e8f5ab5a9e93a96d0dae500cbd9186fcf11d36 (diff)
more tar.gz fixes
Diffstat (limited to 'package/htpdate/Makefile')
-rw-r--r--package/htpdate/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/htpdate/Makefile b/package/htpdate/Makefile
index ec633c5b2..f7800da67 100644
--- a/package/htpdate/Makefile
+++ b/package/htpdate/Makefile
@@ -7,11 +7,13 @@ PKG_NAME:= htpdate
PKG_VERSION:= 1.0.5
PKG_RELEASE:= 1
PKG_MD5SUM:= 40f193e3d7220265f6e6f8d4d7f887da
-PKG_DESCR:= an HTP (Hypertext Time Protocol) implementation
+PKG_DESCR:= HTP (Hypertext Time Protocol) implementation
PKG_SECTION:= ntp
PKG_URL:= http://www.vervest.org/htp/
PKG_SITES:= http://www.vervest.org/htp/archive/c/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,HTPDATE,htpdate,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))