mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #3377 from bobafetthotmail/patch-8
liblo-utils: moving to category Sound
This commit is contained in:
+2
-3
@@ -24,7 +24,6 @@ PKG_INSTALL:=1
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/liblo/Default
|
define Package/liblo/Default
|
||||||
SUBMENU:=Sound
|
|
||||||
TITLE:=Lightweight Open Sound Control (OSC)
|
TITLE:=Lightweight Open Sound Control (OSC)
|
||||||
URL:=http://liblo.sourceforge.net/
|
URL:=http://liblo.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
@@ -33,14 +32,14 @@ define Package/liblo
|
|||||||
$(call Package/liblo/Default)
|
$(call Package/liblo/Default)
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
|
SUBMENU:=Sound
|
||||||
TITLE+= library
|
TITLE+= library
|
||||||
DEPENDS:= +libpthread
|
DEPENDS:= +libpthread
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/liblo-utils
|
define Package/liblo-utils
|
||||||
$(call Package/liblo/Default)
|
$(call Package/liblo/Default)
|
||||||
SECTION:=utils
|
CATEGORY:=Sound
|
||||||
CATEGORY:=Utilities
|
|
||||||
TITLE+= utilities
|
TITLE+= utilities
|
||||||
DEPENDS:= +liblo
|
DEPENDS:= +liblo
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user