Skip to content

Commit

Permalink
libsoup: introduced to -gnome3
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Feb 19, 2013
1 parent c9569ce commit 8ba0e40
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/libsoup/BUILD
@@ -0,0 +1,7 @@
OPTS+=" --disable-static --disable-tls-check" &&

if [ "`get_module_config DOCS`" = "n" ] ; then
sedit "s/SUBDIRS = libsoup tests docs/SUBDIRS = libsoup tests/g" Makefile.in
fi &&

default_build
1 change: 1 addition & 0 deletions core/libsoup/CONFIGURE
@@ -0,0 +1 @@
mquery DOCS "Build docs?" n
8 changes: 8 additions & 0 deletions core/libsoup/DEPENDS
@@ -0,0 +1,8 @@
depends glib-2
depends libxml2
depends sqlite

optional_depends "libproxy" "" "" "for libproxy support"
optional_depends "GConf" "" "--without-gnome" "for gnome support"
optional_depends "libgnome-keyring" "" "--without-gnome" "for gnome support"
optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" "for gobject introspection"
18 changes: 18 additions & 0 deletions core/libsoup/DETAILS
@@ -0,0 +1,18 @@
MODULE=libsoup
VERSION=2.40.3
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
SOURCE_VFY=sha1:63ce1d2b022b58831430099b28dee3b47fb63ed1
WEB_SITE=http://www.gnome.org
ENTERED=20030413
UPDATED=20130216
PSAFE=no
SHORT="a SOAP implementation in C"

cat << EOF
Soup is a SOAP (Simple Object Access Protocol) implementation in C.
It provides an queued asynchronous callback-based mechanism for sending and
servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
compiler which generates client stubs and server skeletons for easily calling
and implementing SOAP methods.
EOF

0 comments on commit 8ba0e40

Please sign in to comment.