glib2: disable mips16 support
[packages.git] / sound / mpc / Makefile
index ef88709..4bf7308 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,18 +8,19 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mpc
-PKG_VERSION:=0.16
+PKG_VERSION:=0.20
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=@SF/musicpd
-PKG_MD5SUM:=d13936d0e0177f48f1308417250cec82
+PKG_MD5SUM:=24c81ad6afe6099e8d7a6826ef4b7105
 
 include $(INCLUDE_DIR)/package.mk
 
 define Package/mpc
   SECTION:=sound
   CATEGORY:=Sound
+  DEPENDS:=+libmpdclient
   TITLE:=Music Player Daemon Console Client
   URL:=http://www.musicpd.org/
 endef