summaryrefslogtreecommitdiff
path: root/package/libmicrohttpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libmicrohttpd/Makefile')
-rw-r--r--package/libmicrohttpd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libmicrohttpd/Makefile b/package/libmicrohttpd/Makefile
index 58a47af58..1380e8d08 100644
--- a/package/libmicrohttpd/Makefile
+++ b/package/libmicrohttpd/Makefile
@@ -7,7 +7,7 @@ PKG_NAME:= libmicrohttpd
PKG_VERSION:= 0.9.26
PKG_RELEASE:= 2
PKG_MD5SUM:= bdac9b62fa3080890f9ab44cf29749fc
-PKG_DESCR:= a C library make it easy to run an HTTP server
+PKG_DESCR:= C library make it easy to run an HTTP server
PKG_SECTION:= libs
PKG_DEPENDS:= libgcrypt
PKG_BUILDDEP:= libgcrypt
@@ -15,6 +15,8 @@ PKG_URL:= http://www.gnu.org/software/libmicrohttpd/
PKG_SITES:= ${MASTER_SITE_GNU:=libmicrohttpd/}
PKG_OPTS:= dev
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBMICROHTTPD,libmicrohttpd,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))