diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:53:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:56:01 +0200 |
commit | 1aacea2738c291c5e144ad1913c3ed6cca9f87db (patch) | |
tree | f8a39f8d250a1a8bc1e56a3607b59231281f1927 /package/apr-util/Makefile | |
parent | 5bdd93287770808c4100008b8b0b39c1a55bf098 (diff) |
use XZ tarballs as default
Diffstat (limited to 'package/apr-util/Makefile')
-rw-r--r-- | package/apr-util/Makefile | 4 |
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})) |