diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-29 19:56:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-29 21:56:32 +0200 |
commit | 4166ce350782cafb81bd730ffb5cacd28ef5d070 (patch) | |
tree | 88a182aa9b70677c9bb81324e37b580b01e4c9fe /package/unzip | |
parent | f14c1fc5515445840d2fbe3350cff0c03eae0b55 (diff) |
use subsections here, too
Diffstat (limited to 'package/unzip')
-rw-r--r-- | package/unzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/unzip/Makefile b/package/unzip/Makefile index a5b83d4b0..06f8f7c74 100644 --- a/package/unzip/Makefile +++ b/package/unzip/Makefile @@ -8,7 +8,7 @@ PKG_VERSION:= 6.0 PKG_RELEASE:= 1 PKG_MD5SUM:= 62b490407489521db863b523a7f86375 PKG_DESCR:= zip extraction utility -PKG_SECTION:= archive +PKG_SECTION:= app/archive PKG_URL:= http://www.info-zip.org/UnZip.html PKG_SITES:= http://downloads.sourceforge.net/infozip/ |