summaryrefslogtreecommitdiff
path: root/package/apr-util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/apr-util/Makefile')
-rw-r--r--package/apr-util/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/apr-util/Makefile b/package/apr-util/Makefile
index 8cb3f1f37..e74391535 100644
--- a/package/apr-util/Makefile
+++ b/package/apr-util/Makefile
@@ -7,7 +7,7 @@ PKG_NAME:= apr-util
PKG_VERSION:= 1.4.1
PKG_RELEASE:= 1
PKG_MD5SUM:= 666a5d56098a9debf998510e304c8095
-PKG_DESCR:= Apache Portable Runtime utility library
+PKG_DESCR:= apache portable runtime utility library
PKG_SECTION:= libs
PKG_DEPENDS:= libexpat apr
PKG_BUILDDEP:= expat apr
@@ -15,6 +15,8 @@ PKG_URL:= http://apr.apache.org/
PKG_SITES:= http://apache.mirror.clusters.cc/apr/
PKG_OPTS:= dev
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,APR_UTIL,apr-util,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))