Update mpd to 0.13.2 (#3612)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Jul 2008 14:44:11 +0000 (14:44 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Jul 2008 14:44:11 +0000 (14:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11714 3c298f89-4303-0410-b956-a3cf2f4a3e73

sound/mpd/Makefile

index 51b28be..c9f9c9a 100644 (file)
@@ -9,15 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mpd
-PKG_VERSION:=0.13.1
-PKG_RELEASE:=2
+PKG_VERSION:=0.13.2
+PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.musicpd.org/uploads/files/
-PKG_MD5SUM:=3079a76b7ce048d89e2f644b578cd4fe
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
+PKG_MD5SUM:=b461896369949ff3cff955692ead9f8b
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -31,7 +28,7 @@ endef
 
 define Package/mpd/description
        MPD is a music player supporting flac, mp3 and ogg files.
-       It is typically controlled over a network using one of it's many 
+       It is typically controlled over a network using one of it's many
        clients including mpc(console), gmpc(gnome), phpmp(php) etc.
 endef