liblo-utils: moving to category Sound 3377/head
authorAlberto Bursi <starshipeleven@outlook.com>
Sun, 23 Oct 2016 13:26:30 +0000 (15:26 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Oct 2016 13:26:30 +0000 (15:26 +0200)
before it was in Utilities, subcategory Sound.
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
libs/liblo/Makefile

index 4e8fa20e238cdccdc4f5f52342253454af44dd78..bffca5a6aafc0c305823f7ffdfea2de603df1c9a 100644 (file)
@@ -24,7 +24,6 @@ PKG_INSTALL:=1
 include $(INCLUDE_DIR)/package.mk
 
 define Package/liblo/Default
-  SUBMENU:=Sound
   TITLE:=Lightweight Open Sound Control (OSC)
   URL:=http://liblo.sourceforge.net/
 endef
@@ -33,14 +32,14 @@ define Package/liblo
 $(call Package/liblo/Default)
   SECTION:=libs
   CATEGORY:=Libraries
+  SUBMENU:=Sound
   TITLE+= library
   DEPENDS:= +libpthread
 endef
 
 define Package/liblo-utils
 $(call Package/liblo/Default)
-  SECTION:=utils
-  CATEGORY:=Utilities
+  CATEGORY:=Sound
   TITLE+= utilities
   DEPENDS:= +liblo
 endef