[package] update libmpd to 0.19.0 (#6212)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18514 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
56d2af6beb
commit
15a61e571e
@ -8,20 +8,20 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libmpd
|
||||
PKG_VERSION:=0.14.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=0.19.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.neophob.com/files/owrt/
|
||||
PKG_MD5SUM:=44f9e0e3bcaf205b9a0d86cbcca03f9f
|
||||
PKG_SOURCE_URL:=http://download.sarine.nl/Programs/gmpc/$(PKG_VERSION)/
|
||||
PKG_MD5SUM:=a994f5f25a22c778926a3684c3e3050d
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/libmpd
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Libmpd is an a library to easily connect to a mpd server.
|
||||
URL:=http://sarine.nl/libmpd
|
||||
TITLE:=Libmpd is an a library to easily connect to a mpd server
|
||||
URL:=http://gmpc.wikia.com/wiki/LIBMPD_RELEASES
|
||||
endef
|
||||
|
||||
define Package/libmpd/description
|
||||
@ -38,7 +38,7 @@ endef
|
||||
|
||||
define Build/InstallDev
|
||||
mkdir -p $(1)/usr/include
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/libmpd $(1)/usr/include/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/libmpd-1.0 $(1)/usr/include/
|
||||
mkdir -p $(1)/usr/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libmpd.{a,so*} $(1)/usr/lib/
|
||||
mkdir -p $(1)/usr/lib/pkgconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user