void-packages/srcpkgs/rest/template
2011-10-27 19:50:46 +02:00

30 lines
1 KiB
Text

# Template file for 'rest'
pkgname=rest
version=0.7.11
homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.xz"
build_style=gnu-configure
short_desc="RESTful library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=3a57a56433761c87ccdbfe6d57119361dc004286356c12815dc7a22b7b315490
long_desc="
This library has been designed to make it easier to access web services that
claim to be RESTful. A reasonable definition of what this means can be found
on Wikipedia [1]. However a reasonable description is that a RESTful service
should have urls that represent remote objects which methods can then be
called on."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run glib
Add_dependency run libxml2
Add_dependency run libsoup
Add_dependency run libsoup-gnome
Add_dependency build pkg-config
Add_dependency build gobject-introspection
Add_dependency build glib-devel
Add_dependency build libsoup-devel
Add_dependency build libsoup-gnome-devel
Add_dependency build libxml2-devel