diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 21:57:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 21:58:00 +0200 |
commit | b23cfa9e2081511a8913553abdc9a1f48757a174 (patch) | |
tree | 14721bafa781d6d45993b6038d705a572f814756 /package/xz/Makefile | |
parent | 8b30df1cf5ff7c5a675d6d9451decc8c99f886bd (diff) |
allow to hide packages, which are provided by busybox applets
Diffstat (limited to 'package/xz/Makefile')
-rw-r--r-- | package/xz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/xz/Makefile b/package/xz/Makefile index b95f0b28f..f17347cb7 100644 --- a/package/xz/Makefile +++ b/package/xz/Makefile @@ -7,11 +7,12 @@ PKG_NAME:= xz PKG_VERSION:= 5.0.5 PKG_RELEASE:= 1 PKG_MD5SUM:= 19d924e066b6fff0bc9d1981b4e53196 -PKG_DESCR:= xz compression utility +PKG_DESCR:= compression utility PKG_SECTION:= archive PKG_URL:= http://tukaani.org/xz/ PKG_SITES:= http://tukaani.org/xz/ PKG_OPTS:= dev +PKG_BB:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |