[package] update mpc to 0.16 (#5463)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16808 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-07-12 13:06:51 +00:00
parent 73379bdeed
commit e8a9032398

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=mpc PKG_NAME:=mpc
PKG_VERSION:=0.15 PKG_VERSION:=0.16
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/musicpd PKG_SOURCE_URL:=@SF/musicpd
PKG_MD5SUM:=48897aeb3a7ee5c64f30e56789f105a8 PKG_MD5SUM:=d13936d0e0177f48f1308417250cec82
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -26,7 +26,7 @@ endef
define Package/mpc/description define Package/mpc/description
MPD is a music player supporting flac, mp3 and ogg files. 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. clients including mpc(console), gmpc(gnome), phpmp(php) etc.
this is MPC this is MPC
endef endef
@ -47,8 +47,8 @@ endef
define Package/mpc/install define Package/mpc/install
$(INSTALL_DIR) $(1)/usr/bin $(INSTALL_DIR) $(1)/usr/bin
$(CP) $(PKG_BUILD_DIR)/src/mpc $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/mpc $(1)/usr/bin/
$(INSTALL_BIN) ./files/pls-handler.sh $(1)/usr/bin $(INSTALL_BIN) ./files/pls-handler.sh $(1)/usr/bin/
endef endef
$(eval $(call BuildPackage,mpc)) $(eval $(call BuildPackage,mpc))