From: Nicolas Thill Date: Mon, 20 Apr 2015 20:45:40 +0000 (+0200) Subject: bzip2: move packages in a "Compression" submenu X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=82ce4b745ca083288fd04cabc8104caa758f4d46;p=openwrt-packages.git bzip2: move packages in a "Compression" submenu Signed-off-by: Nicolas Thill --- diff --git a/utils/bzip2/Makefile b/utils/bzip2/Makefile index c633344cf..bf5bcf822 100644 --- a/utils/bzip2/Makefile +++ b/utils/bzip2/Makefile @@ -21,12 +21,17 @@ PKG_LICENSE_FILES:=LICENSE include $(INCLUDE_DIR)/package.mk +define Package/bzip2/Default + SUBMENU:=Compression + URL:=http://www.bzip.org/ +endef + define Package/libbz2 +$(call Package/bzip2/Default) SECTION:=libs CATEGORY:=Libraries DEPENDS:= TITLE:=bzip2 library. - URL:=http://www.bzip.org/ endef define Package/libbz2/description @@ -35,11 +40,11 @@ define Package/libbz2/description endef define Package/bzip2 +$(call Package/bzip2/Default) SECTION:=utils CATEGORY:=Utilities DEPENDS:=+libbz2 TITLE:=bzip2 is a compression utility. - URL:=http://www.bzip.org/ endef define Package/bzip2/description