[Lunar-commits] <moonbase-gnome3> rest: introduction to -gnome3
v4hn
me at v4hn.de
Tue Feb 19 01:45:58 CET 2013
commit a78383a42e7605d73b905b20b9f2a20986dc1c0e
Author: v4hn <me at v4hn.de>
Date: Mon, 18 Feb 2013 16:45:58 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/a78383a42e7605d73b905b20b9f2a20986dc1c0e
rest: introduction to -gnome3
---
core/rest/BUILD | +7/-0
core/rest/CONFIGURE | +1/-0
core/rest/DEPENDS | +1/-0
core/rest/DETAILS | +15/-0
4 files changed, 24 insertions(+)
--- /dev/null
+++ b/core/rest/BUILD
@@ -0,0 +1,7 @@
+if [ "$ENABLE_GNOME" == "y" ] && ( ( ! in_depends libsoup GConf ) || ( ! in_depends libsoup libgnome-keyring ) ); then
+ message "${PROBLEM_COLOR}gnome support requires libsoup to be build with gnome support."
+ message "${PROBLEM_COLOR}Please rebuild libsoup and select gnome support."
+ exit 1
+fi
+
+default_build
--- /dev/null
+++ b/core/rest/CONFIGURE
@@ -0,0 +1 @@
+mquery ENABLE_GNOME "Build with gnome support(requires libsoup to be build with gnome support)?" n "" "--without-gnome"
--- /dev/null
+++ b/core/rest/DEPENDS
@@ -0,0 +1 @@
+depends libsoup
--- /dev/null
+++ b/core/rest/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=rest
+ VERSION=0.7.12
+ SOURCE=${MODULE}-${VERSION}.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}/
+ SOURCE_VFY=sha1:a773ec89227dd441b4fb2bb6d0fcd1cdefc529d4
+ WEB_SITE="http://git.gnome.org/browse/librest"
+ ENTERED=20120728
+ UPDATED=20120728
+ SHORT="library to easily access many web services"
+cat <<EOF
+This library has been designed to make it easier to access web services that
+claim to be "RESTful". A reasonable description is that a RESTful service
+should have urls that represent remote objects which methods can then be
+called on.
+EOF
More information about the Lunar-commits
mailing list