libmpdclient: moved to github
git-svn-id: svn://svn.openwrt.org/openwrt/packages@41709 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
660f3d753e
commit
aea06e3a3c
@ -1,67 +0,0 @@
|
|||||||
#
|
|
||||||
# Copyright (C) 2011 OpenWrt.org
|
|
||||||
#
|
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
|
||||||
# See /LICENSE for more information.
|
|
||||||
#
|
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
|
||||||
|
|
||||||
PKG_NAME:=libmpdclient
|
|
||||||
PKG_VERSION:=2.4
|
|
||||||
PKG_RELEASE:=1
|
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
||||||
PKG_SOURCE_URL:=https://sourceforge.net/projects/musicpd/files/libmpdclient/$(PKG_VERSION)/
|
|
||||||
#PKG_SOURCE_URL:=@SF/musicpd/files/libmpdclient/$(PKG_VERSION)
|
|
||||||
PKG_MD5SUM:=8c166c5212dd95d538d3a35bb9ad4634
|
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
|
||||||
|
|
||||||
define Package/libmpdclient
|
|
||||||
TITLE:=libmpdclient
|
|
||||||
SECTION:=libs
|
|
||||||
CATEGORY:=Libraries
|
|
||||||
URL:=http://mpd.wikia.com/wiki/ClientLib:libmpdclient
|
|
||||||
DEPENDS:=
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/libmpdclient/description
|
|
||||||
A stable, documented, asynchronous API library for interfacing MPD in the C, C++ & Objective C languages.
|
|
||||||
endef
|
|
||||||
|
|
||||||
TARGET_CFLAGS+="-std=gnu99"
|
|
||||||
|
|
||||||
#TARGET_LDFLAGS+=-lpthread
|
|
||||||
|
|
||||||
define Build/Configure
|
|
||||||
$(call Build/Configure/Default)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/InstallDev
|
|
||||||
$(INSTALL_DIR) \
|
|
||||||
$(1)/usr/include \
|
|
||||||
$(1)/usr/lib \
|
|
||||||
$(1)/usr/lib/pkgconfig
|
|
||||||
$(CP) \
|
|
||||||
$(PKG_INSTALL_DIR)/usr/lib/* \
|
|
||||||
$(1)/usr/lib/
|
|
||||||
$(CP) \
|
|
||||||
$(PKG_INSTALL_DIR)/usr/include/* \
|
|
||||||
$(1)/usr/include/
|
|
||||||
$(CP) \
|
|
||||||
$(PKG_INSTALL_DIR)/usr/lib/pkgconfig \
|
|
||||||
$(1)/usr/lib/
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/libmpdclient/install
|
|
||||||
$(INSTALL_DIR) \
|
|
||||||
$(1)/usr/lib
|
|
||||||
$(CP) \
|
|
||||||
$(PKG_INSTALL_DIR)/usr/lib/libmpdclient.so* \
|
|
||||||
$(1)/usr/lib/
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libmpdclient))
|
|
Loading…
x
Reference in New Issue
Block a user