2010-10-24 14:28:55 +00:00
|
|
|
# Template file for 'libgdata'
|
|
|
|
pkgname=libgdata
|
2011-09-29 09:10:39 +00:00
|
|
|
version=0.10.1
|
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.10/$pkgname-$version.tar.xz"
|
2010-10-24 14:28:55 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Library for accessing GData webservices"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-29 09:10:39 +00:00
|
|
|
checksum=d7f27b1019905792246336599cadc7470b362806ed5e2c038a9f7c0da257f6ef
|
2010-10-24 14:28:55 +00:00
|
|
|
long_desc="
|
|
|
|
libgdata is a GLib-based library for accessing online service APIs using the
|
|
|
|
GData protocol — most notably, Google's services. It provides APIs to access
|
|
|
|
the common Google services, and has full asynchronous support."
|
|
|
|
|
2011-03-02 19:36:07 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2010-10-24 14:28:55 +00:00
|
|
|
|
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run glib
|
|
|
|
Add_dependency run libxml2
|
|
|
|
Add_dependency run libsoup
|
|
|
|
Add_dependency run libsoup-gnome
|
2011-09-29 09:10:39 +00:00
|
|
|
Add_dependency run liboauth
|
2010-10-24 14:28:55 +00:00
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build flex
|
|
|
|
Add_dependency build gobject-introspection
|
|
|
|
Add_dependency build glib-devel
|
|
|
|
Add_dependency build libxml2-devel
|
|
|
|
Add_dependency build libsoup-devel
|
|
|
|
Add_dependency build libsoup-gnome-devel
|
2011-09-29 09:10:39 +00:00
|
|
|
Add_dependency build liboauth-devel
|