[Lunar-commits] <moonbase> libmpdclient: This is needed by mpc module now
Terry Chan
tchan at lunar-linux.org
Tue Jan 12 04:32:42 CET 2010
commit 881b89fffd942d84dfe6bcc72e2ad163a19c5ee5
Author: Terry Chan <tchan at lunar-linux.org>
Date: Mon Jan 11 21:32:42 2010 -0600
libmpdclient: This is needed by mpc module now
---
audio/libmpdclient/BUILD | 6 ++++++
audio/libmpdclient/DEPENDS | 1 +
audio/libmpdclient/DETAILS | 15 +++++++++++++++
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/audio/libmpdclient/BUILD b/audio/libmpdclient/BUILD
new file mode 100644
index 0000000..d4964c9
--- /dev/null
+++ b/audio/libmpdclient/BUILD
@@ -0,0 +1,6 @@
+(
+
+ default_build &&
+ gather_docs AUTHORS NEWS README
+
+) > $C_FIFO 2>&1
diff --git a/audio/libmpdclient/DEPENDS b/audio/libmpdclient/DEPENDS
new file mode 100644
index 0000000..e89159c
--- /dev/null
+++ b/audio/libmpdclient/DEPENDS
@@ -0,0 +1 @@
+optional_depends doxygen "" "" "Builds API docs"
diff --git a/audio/libmpdclient/DETAILS b/audio/libmpdclient/DETAILS
new file mode 100644
index 0000000..f05302f
--- /dev/null
+++ b/audio/libmpdclient/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=libmpdclient
+ VERSION=2.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/musicpd/files/$MODULE/$VERSION/
+ SOURCE_VFY=sha1:dd9bda4174dc47f746275a0d3f38af2f9a3dbfa2
+ WEB_SITE=http://musicpd.org
+ ENTERED=20100111
+ UPDATED=20100111
+ SHORT="Async API lib to MPD"
+
+cat << EOF
+A stable, documented, asynchronous API library for interfacing MPD in the C, C++
+& Objective C languages.
+EOF
+
More information about the Lunar-commits
mailing list