[arch-commits] Commit in libgdata/repos (3 files)

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:32:15 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:32:14
  Author: ibiru
Revision: 138994

db-move: moved libgdata from [gnome-unstable] to [testing] (x86_64)

Added:
  libgdata/repos/testing-x86_64/
  libgdata/repos/testing-x86_64/PKGBUILD
    (from rev 138832, libgdata/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libgdata/repos/gnome-unstable-x86_64/

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

Copied: libgdata/repos/testing-x86_64/PKGBUILD (from rev 138832, libgdata/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-09-28 19:32:14 UTC (rev 138994)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgdata
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup-gnome' 'liboauth')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection')
+url="http://www.gnome.org"
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d7f27b1019905792246336599cadc7470b362806ed5e2c038a9f7c0da257f6ef')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list