summaryrefslogtreecommitdiff
path: root/package/libmpdclient/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-19 10:49:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-19 10:49:49 +0200
commit7907e3ee7302ac3fd428989a07b0df74f0c52853 (patch)
treee6de18488a687707667927065724372b40510d65 /package/libmpdclient/Makefile
parentb70fdbfbf1139605c22083b647337f2b16f62fc3 (diff)
parent61355d1f054c15673adeb62d32dfd4563f89c165 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libmpdclient/Makefile')
-rw-r--r--package/libmpdclient/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/libmpdclient/Makefile b/package/libmpdclient/Makefile
new file mode 100644
index 000000000..83053c10f
--- /dev/null
+++ b/package/libmpdclient/Makefile
@@ -0,0 +1,24 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= libmpdclient
+PKG_VERSION:= 2.2
+PKG_RELEASE:= 1
+PKG_MD5SUM:= a157c1eb70502f1da8097477104e719e
+PKG_DESCR:= library for interfacing MPD
+PKG_SECTION:= libs
+PKG_URL:= http://mpd.wikia.com/wiki/ClientLib:libmpdclient
+PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=musicpd/}
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBMPDCLIENT,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_LIBMPDCLIENT)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libmpdclient*.so* \
+ $(IDIR_LIBMPDCLIENT)/usr/lib
+
+include ${TOPDIR}/mk/pkg-bottom.mk