From 8db68ee2c1a827eacd8eb6566a91c1e8a9368ca1 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 18 Dec 2009 16:27:16 +0000 Subject: [PATCH] ices: move it into the "sound" section SVN-Revision: 18827 --- {multimedia => sound}/ices/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {multimedia => sound}/ices/Makefile (97%) diff --git a/multimedia/ices/Makefile b/sound/ices/Makefile similarity index 97% rename from multimedia/ices/Makefile rename to sound/ices/Makefile index e91193ae4..d836ee4ec 100644 --- a/multimedia/ices/Makefile +++ b/sound/ices/Makefile @@ -19,8 +19,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk define Package/ices - SECTION:=net - CATEGORY:=Network + SECTION:=sound + CATEGORY:=Sound TITLE:=ices client for Icecast media streaming servers URL:=http://xiph.org/ DEPENDS:=+libshout +libxml2 +zlib +libogg +libvorbis -- 2.30.2