From 82ce4b745ca083288fd04cabc8104caa758f4d46 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 20 Apr 2015 22:45:40 +0200 Subject: [PATCH] bzip2: move packages in a "Compression" submenu Signed-off-by: Nicolas Thill --- utils/bzip2/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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