Skip to content

Commit

Permalink
rest: introduction to -gnome3
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Feb 19, 2013
1 parent 8ba0e40 commit a78383a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 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
1 change: 1 addition & 0 deletions core/rest/CONFIGURE
@@ -0,0 +1 @@
mquery ENABLE_GNOME "Build with gnome support(requires libsoup to be build with gnome support)?" n "" "--without-gnome"
1 change: 1 addition & 0 deletions core/rest/DEPENDS
@@ -0,0 +1 @@
depends libsoup
15 changes: 15 additions & 0 deletions 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

0 comments on commit a78383a

Please sign in to comment.