alsa-utils: moved to /sound and Sound category, fix minor bugs
authorAlberto Bursi <redacted>
Sun, 23 Oct 2016 12:53:34 +0000 (14:53 +0200)
committerAlberto Bursi <redacted>
Sun, 23 Oct 2016 12:53:34 +0000 (14:53 +0200)
Moved source folder in /sound folder, and changed all packages in the makefile
to be shown in Sound category (not in Sound subcategory of Utilities).
Removed a line calling a non-existent Package/alsa-utils/Default
and site URL to the package alsa-utils-tests.

Signed-off-by: Alberto Bursi <redacted>
sound/alsa-utils/Makefile [moved from utils/alsa-utils/Makefile with 94% similarity]
sound/alsa-utils/patches/100-uClibc-compat.patch [moved from utils/alsa-utils/patches/100-uClibc-compat.patch with 100% similarity]

similarity index 94%
rename from utils/alsa-utils/Makefile
rename to sound/alsa-utils/Makefile
index 5e8d2bc2af1a9a28aba02bef6976de4a0b194ee7..0c01a6e4fa43b3b3b8935ca83f7730a65a3e21dd 100644 (file)
@@ -21,27 +21,27 @@ PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
 include $(INCLUDE_DIR)/package.mk
 
 define Package/alsa-utils
-  SECTION:=utils
-  CATEGORY:=Utilities
+  SECTION:=sound
+  CATEGORY:=Sound
   DEPENDS:=+alsa-lib +libncursesw +libpthread
   TITLE:=ALSA (Advanced Linux Sound Architecture) utilities
   URL:=http://www.alsa-project.org/
 endef
 
 define Package/alsa-utils-seq
-  SECTION:=utils
-  CATEGORY:=Utilities
+  SECTION:=sound
+  CATEGORY:=Sound
   DEPENDS:=+alsa-lib +libpthread
   TITLE:=ALSA sequencer utilities
   URL:=http://www.alsa-project.org/
 endef
 
 define Package/alsa-utils-tests
-  $(call Package/alsa-utils/Default)
-  SECTION:=utils
-  CATEGORY:=Utilities
+  SECTION:=sound
+  CATEGORY:=Sound
   TITLE:=ALSA utilities test data (adds ~1.3M to image)
   DEPENDS:=+alsa-lib +libpthread
+  URL:=http://www.alsa-project.org/
 endef
 
 CONFIGURE_ARGS+= \
git clone https://git.99rst.org/PROJECT