Added libgdata-0.6.5 build template.

This commit is contained in:
Juan RP 2010-10-24 16:28:55 +02:00
parent 138fee1c0a
commit 25d245a27c
6 changed files with 68 additions and 0 deletions

1
srcpkgs/gir-gdata Symbolic link
View file

@ -0,0 +1 @@
libgdata

1
srcpkgs/libgdata-devel Symbolic link
View file

@ -0,0 +1 @@
libgdata

2
srcpkgs/libgdata/depends Normal file
View file

@ -0,0 +1,2 @@
abi_depends=">=0.6.5"
api_depends="${abi_depends}"

View file

@ -0,0 +1,13 @@
# Template file for 'gir-gdata'.
#
short_desc="Introspection data for libgdata"
long_desc="${long_desc}
This package contains small pieces of introspection data for the libgdata
library."
do_install()
{
install -d ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
}

View file

@ -0,0 +1,23 @@
# Template file for 'libgdata-devel'.
#
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains development files: headers, static libs, etc."
Add_dependency run pkg-config
Add_dependency run gobject-introspection
Add_dependency run glib-devel
Add_dependency run libxml2-devel
Add_dependency run libsoup-devel
Add_dependency run libsoup-gnome-devel
Add_dependency run libgdata
do_install()
{
mkdir -p ${DESTDIR}/usr/{lib,share}
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/{gtk-doc,gir-1.0} ${DESTDIR}/usr/share
}

28
srcpkgs/libgdata/template Normal file
View file

@ -0,0 +1,28 @@
# Template file for 'libgdata'
pkgname=libgdata
version=0.6.5
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Library for accessing GData webservices"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=dcb82f7162d69549512444376da2cdea65650ee4dae4d00eed7fbbd3387ddf2c
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="gir-gdata $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 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