[Lunar-commits] libepc: Inital import (0.3.1)
Chad 'v3rt1g0' Kittel
v3rt1g0 at lunar-linux.org
Sat Dec 22 23:25:54 CET 2007
commit 8f4e8d9488b03532695d7ede6bd037d8aed2b8ae
Author: Chad 'v3rt1g0' Kittel <v3rt1g0 at lunar-linux.org>
Date: Sat Dec 22 16:25:54 2007 -0600
libepc: Inital import (0.3.1)
---
libs/libepc/DEPENDS | 2 ++
libs/libepc/DETAILS | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/libs/libepc/DEPENDS b/libs/libepc/DEPENDS
new file mode 100644
index 0000000..a035efc
--- /dev/null
+++ b/libs/libepc/DEPENDS
@@ -0,0 +1,2 @@
+depends avahi
+depends libsoup
diff --git a/libs/libepc/DETAILS b/libs/libepc/DETAILS
new file mode 100644
index 0000000..f0af868
--- /dev/null
+++ b/libs/libepc/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=libepc
+ VERSION=0.3.1
+ MAJOR=0.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+ SOURCE_VFY=sha1:6f622b0b059b5ba2fcf319115554a2c33cf3ac2d
+ WEB_SITE=http://live.gnome.org/libepc
+ ENTERED=20071222
+ UPDATED=20071222
+ SHORT="the Easy Publish and Consume library"
+ PSAFE=no
+
+cat << EOF
+libepc is the Easy Publish and Consume library that provides an easy
+method to publish data using HTTPS, announce information via DNS-SD,
+find information, and consume information.
+
+This library can be used as a key/value store published to the network,
+using encryption, authentication, and service discovery.
+EOF
More information about the Lunar-commits
mailing list