Browse Source

gzip: moving to Compression submenu

Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
lilik-openwrt-22.03
Alberto Bursi 8 years ago
committed by GitHub
parent
commit
9648acf668
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/gzip/Makefile

+ 1
- 0
utils/gzip/Makefile View File

@ -23,6 +23,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/gzip define Package/gzip
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
SUBMENU:=Compression
TITLE:=gzip (GNU zip) is a compression utility. TITLE:=gzip (GNU zip) is a compression utility.
URL:=https://www.gnu.org/software/gzip/ URL:=https://www.gnu.org/software/gzip/
MAINTAINER:=Christian Beier <dontmind@freeshell.org> MAINTAINER:=Christian Beier <dontmind@freeshell.org>


Loading…
Cancel
Save