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

Jan de Groot jgc at archlinux.org
Mon Sep 7 19:11:10 UTC 2009


    Date: Monday, September 7, 2009 @ 15:11:10
  Author: jgc
Revision: 51349

Add new package libgdata - required for the Youtube plugin in totem

Added:
  libgdata/gnome-unstable/PKGBUILD

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

Added: PKGBUILD
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2009-09-07 19:11:10 UTC (rev 51349)
@@ -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