[arch-commits] Commit in libgdata (gnome-unstable trunk/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Oct 11 21:48:37 UTC 2009


    Date: Sunday, October 11, 2009 @ 17:48:37
  Author: jgc
Revision: 55059

Merge gnome-unstable

Added:
  libgdata/trunk/PKGBUILD
    (from rev 55057, libgdata/gnome-unstable/PKGBUILD)
Deleted:
  libgdata/gnome-unstable/

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: libgdata/trunk/PKGBUILD (from rev 55057, libgdata/gnome-unstable/PKGBUILD)
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2009-10-11 21:48:37 UTC (rev 55059)
@@ -0,0 +1,22 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgdata
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData protocol"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libsoup-gnome>=2.27.91')
+makedepends=('pkgconfig' 'intltool')
+url="http://www.gnome.org"
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('55c616b0761faaa9fb028434de97b02d5145dfc52b1db632671ebc6cc6905575')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static || return 1
+  make || return 1
+  make DESTDIR="${pkgdir}" install || return 1
+}




More information about the arch-commits mailing list