[Lunar-commits] <moonbase> libgnome-keyring: an interface library to gnome-keyring.

Florin Braescu florin at lunar-linux.org
Fri Apr 2 23:36:55 CEST 2010


commit 38ca96131953c6429c8e9bb82fcb6be98d0fdd3c
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Apr 3 00:36:55 2010 +0300

    libgnome-keyring: an interface library to gnome-keyring.
---
 gnome2/platform/libgnome-keyring/BUILD   |   13 +++++++++++++
 gnome2/platform/libgnome-keyring/DEPENDS |    1 +
 gnome2/platform/libgnome-keyring/DETAILS |   16 ++++++++++++++++
 gnome2/platform/libgnomeui/DEPENDS       |    2 +-
 4 files changed, 31 insertions(+), 1 deletions(-)

diff --git a/gnome2/platform/libgnome-keyring/BUILD b/gnome2/platform/libgnome-keyring/BUILD
new file mode 100644
index 0000000..13f04a5
--- /dev/null
+++ b/gnome2/platform/libgnome-keyring/BUILD
@@ -0,0 +1,13 @@
+(
+
+   ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
+                --build=$BUILD        \
+                --sysconfdir=/etc     \
+                --localstatedir=/var  \
+                --infodir=${GNOME210_PREFIX:-/usr}/share/info  \
+                --mandir=${GNOME210_PREFIX:-/usr}/share/man    \
+                $OPTS                                         &&
+
+    default_make
+
+) > $C_FIFO 2>&1
diff --git a/gnome2/platform/libgnome-keyring/DEPENDS b/gnome2/platform/libgnome-keyring/DEPENDS
new file mode 100644
index 0000000..6e6a02d
--- /dev/null
+++ b/gnome2/platform/libgnome-keyring/DEPENDS
@@ -0,0 +1 @@
+depends  gnome-keyring
diff --git a/gnome2/platform/libgnome-keyring/DETAILS b/gnome2/platform/libgnome-keyring/DETAILS
new file mode 100644
index 0000000..87df93f
--- /dev/null
+++ b/gnome2/platform/libgnome-keyring/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=libgnome-keyring
+           MAJOR=2.30
+         VERSION=$MAJOR.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:3a099d4e76a051177048dc34f96ebe54c124bc05
+        WEB_SITE=http://www.gnome.org
+         ENTERED=20100403
+         UPDATED=20100403
+           SHORT="A interface library to gnome-keyring"
+
+cat << EOF
+gnome-keyring is a program that keep password and other secrets for
+users. The library libgnome-keyring is used by applications to integrate
+with the gnome keyring system.
+EOF
diff --git a/gnome2/platform/libgnomeui/DEPENDS b/gnome2/platform/libgnomeui/DEPENDS
index cce866e..7d0c50e 100644
--- a/gnome2/platform/libgnomeui/DEPENDS
+++ b/gnome2/platform/libgnomeui/DEPENDS
@@ -1,2 +1,2 @@
 depends libbonoboui
-depends gnome-keyring
+depends libgnome-keyring


More information about the Lunar-commits mailing list