1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-04 23:34:04 +02:00

[ncmpc] update to 0.18, update the download and home URL

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu 2010-10-20 14:31:56 +08:00
parent f6c0b2af3a
commit 8b840361a2

View File

@ -9,15 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ncmpc
PKG_VERSION:=0.11.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://hem.bredband.net/kaw/ncmpc/files/
PKG_VERSION:=0.18
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://downloads.sourceforge.net/musicpd/
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
TARGET_CFLAGS+= \
@ -34,7 +31,7 @@ define Package/ncmpc
SECTION:=sound
CATEGORY:=Sound
DEPENDS:=+libncurses +libintl +libiconv
URL:=http://hem.bredband.net/kaw/ncmpc/index.html
URL:=http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki
endef
define Package/ncmpc/description