28 lines
1,008 B
Text
28 lines
1,008 B
Text
# Template file for 'rest'
|
|
pkgname=rest
|
|
version=0.7.10
|
|
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="RESTful library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=2908f974ae6cc71af1152d419209f307bcce8ca2dfe0b4b55b3fad8ba4a646a5
|
|
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
|