void-packages/srcpkgs/rest/template

22 lines
851 B
Text
Raw Normal View History

2011-09-29 08:35:27 +00:00
# Template file for 'rest'
pkgname=rest
2011-11-10 22:02:11 +00:00
version=0.7.12
revision=3
subpackages="$pkgname-devel"
build_style=gnu-configure
configure_args="--disable-static"
makedepends="pkg-config gobject-introspection glib-devel libsoup-devel
libsoup-gnome-devel libxml2-devel"
2011-09-29 08:35:27 +00:00
short_desc="RESTful library"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-10-27 17:50:46 +00:00
license="GPL-2"
homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.xz"
2011-11-10 22:02:11 +00:00
checksum=16ffa4929078dabfcfac31f9ce942072ebab67e3339ce9f378127457b03baf3a
2011-09-29 08:35:27 +00:00
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."