void-packages/srcpkgs/libgdata/template

26 lines
929 B
Plaintext
Raw Normal View History

2010-10-24 16:28:55 +02:00
# Template file for 'libgdata'
pkgname=libgdata
2012-03-19 15:38:44 +01:00
version=0.10.2
homepage="http://live.gnome.org/libgdata"
2011-09-29 11:10:39 +02:00
distfiles="${GNOME_SITE}/$pkgname/0.10/$pkgname-$version.tar.xz"
build_style=gnu-configure
2010-10-24 16:28:55 +02:00
short_desc="Library for accessing GData webservices"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-03-19 15:38:44 +01:00
license="LGPL-2.1"
checksum=c028f3f39796fe6cc4841413b95a6c470350166ec8b520d17e6f4ff666f32c4e
2010-10-24 16:28:55 +02: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."
subpackages="$pkgname-devel"
2010-10-24 16:28:55 +02: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 11:10:39 +02:00
Add_dependency build liboauth-devel