summaryrefslogtreecommitdiffstats
path: root/gnome2-libs/json-glib/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'gnome2-libs/json-glib/DETAILS')
-rwxr-xr-xgnome2-libs/json-glib/DETAILS15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnome2-libs/json-glib/DETAILS b/gnome2-libs/json-glib/DETAILS
new file mode 100755
index 0000000000..02ce5b563b
--- /dev/null
+++ b/gnome2-libs/json-glib/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=json-glib
+ VERSION=0.12.4
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig
+ LICENSE[0]=LGPL
+ WEB_SITE=http://live.gnome.org/JsonGlib/
+ ENTERED=20101023
+ SHORT="JSON Parser for GLib"
+cat << EOF
+JSON-GLib is a library providing serialization and deserialization support
+for the JavaScript Object Notation (JSON) format described by RFC 4627.
+EOF