summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/libsecret/DETAILS
diff options
context:
space:
mode:
authorSukneet Basuta2012-09-27 01:59:28 -0400
committerSukneet Basuta2012-09-27 01:59:28 -0400
commit9ffd95b76c12d80b6a6709f7512b786e1139b9f5 (patch)
tree997936af14c11c236e39ef70e31f5893373ae35b /gnome3-libs/libsecret/DETAILS
parentd4d3ca9b1cac18111349a536dc8577619deb7d54 (diff)
libsecret: new spell, A library for storing and retrieving passwords and other secrets.
libsecret replaces libgnome-keyring.
Diffstat (limited to 'gnome3-libs/libsecret/DETAILS')
-rwxr-xr-xgnome3-libs/libsecret/DETAILS19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnome3-libs/libsecret/DETAILS b/gnome3-libs/libsecret/DETAILS
new file mode 100755
index 0000000000..5608cd2fe0
--- /dev/null
+++ b/gnome3-libs/libsecret/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=libsecret
+ VERSION=0.10
+ SOURCE="${SPELL}-${VERSION}.tar.xz"
+ BRANCH=`echo $VERSION | cut -d . -f 1,2`
+ SOURCE_URL[0]=$GNOME_URL/sources/libsecret/${BRANCH}/${SOURCE}
+ SOURCE_HASH=sha512:28b09871e532c26f04b760d014b54cfb478997840e010a07d8862ebf9f8f87f7e67f5ec60e486577020aee29ea75701d7263891126aec638eaad9245e5c2c076
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://live.gnome.org/Libsecret"
+ LICENSE[0]="LGPLv2"
+ ENTERED=20120927
+ KEYWORDS=""
+ SHORT="A library for storing and retrieving passwords and other secrets."
+cat << EOF
+A library for storing and retrieving passwords and other secrets.
+It communicates with the "Secret Service" using DBus. gnome-keyring
+and ksecretservice are both implementations of a Secret Service.
+
+libsecret replaces libgnome-keyring.
+EOF