|
@@ -1,5 +1,5 @@
|
1
|
1
|
#
|
2
|
|
-# Copyright (C) 2014 OpenWrt.org
|
|
2
|
+# Copyright (C) 2015 OpenWrt.org
|
3
|
3
|
#
|
4
|
4
|
# This is free software, licensed under the GNU General Public License v2.
|
5
|
5
|
# See /LICENSE for more information.
|
|
@@ -24,8 +24,8 @@ PKG_INSTALL:=1
|
24
|
24
|
include $(INCLUDE_DIR)/package.mk
|
25
|
25
|
|
26
|
26
|
define Package/upmpdcli
|
27
|
|
- SECTION:=multimedia
|
28
|
|
- CATEGORY:=Multimedia
|
|
27
|
+ SECTION:=sound
|
|
28
|
+ CATEGORY:=Sound
|
29
|
29
|
URL:=http://www.lesbonscomptes.com/upmpdcli
|
30
|
30
|
DEPENDS+= +libupnpp +libmpdclient
|
31
|
31
|
TITLE:=A UPnP front-end to MPD, the Music Player Daemon
|