[Lunar-commits] <moonbase> libmicrohttpd: New module. dependency for xbmc.
Auke Kok
sofar at foo-projects.org
Sun Sep 5 23:55:55 CEST 2010
commit 4816057bd1ee20a2be25d07fc31cd43b0aa65f2e
Author: Auke Kok <sofar at foo-projects.org>
Date: Sun Sep 5 23:55:55 2010 +0200
libmicrohttpd: New module. dependency for xbmc.
---
zbeta/libmicrohttpd/DEPENDS | 1 +
zbeta/libmicrohttpd/DETAILS | 14 ++++++++++++++
2 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/zbeta/libmicrohttpd/DEPENDS b/zbeta/libmicrohttpd/DEPENDS
new file mode 100644
index 0000000..b028e94
--- /dev/null
+++ b/zbeta/libmicrohttpd/DEPENDS
@@ -0,0 +1 @@
+depends gnutls
diff --git a/zbeta/libmicrohttpd/DETAILS b/zbeta/libmicrohttpd/DETAILS
new file mode 100644
index 0000000..671c826
--- /dev/null
+++ b/zbeta/libmicrohttpd/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=libmicrohttpd
+ VERSION=0.9.0
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=ftp://mirrors.usc.edu/pub/gnu/libmicrohttpd/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:f2e0e02e9f4cdf0e35fffeadb719a318a40ed33a
+ WEB_SITE="http://www.gnu.org/software/libmicrohttpd/"
+ ENTERED=20100904
+ UPDATED=20100904
+ SHORT="small httpd service library"
+cat <<EOF
+GNU libmicrohttpd is a small C library that is supposed to make it
+easy to run an HTTP server as part of another application.
+EOF
More information about the Lunar-commits
mailing list