[arch-commits] Commit in googlecl/repos (community-any community-any/PKGBUILD)

thestinger at nymeria.archlinux.org thestinger at nymeria.archlinux.org
Sat Jan 26 21:10:43 UTC 2013


    Date: Saturday, January 26, 2013 @ 22:10:42
  Author: thestinger
Revision: 83040

archrelease: copy trunk to community-any

Added:
  googlecl/repos/community-any/
  googlecl/repos/community-any/PKGBUILD
    (from rev 83039, googlecl/trunk/PKGBUILD)

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

Copied: googlecl/repos/community-any/PKGBUILD (from rev 83039, googlecl/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-01-26 21:10:42 UTC (rev 83040)
@@ -0,0 +1,23 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Mikael Eriksson <mikael_eriksson at miffe.org>
+
+pkgname=googlecl
+pkgver=0.9.14
+pkgrel=2
+pkgdesc="Command line tools for the Google Data APIs"
+arch=('any')
+url='https://code.google.com/p/googlecl/'
+license=(Apache)
+depends=('python2-gdata')
+source=(https://googlecl.googlecode.com/files/googlecl-$pkgver.tar.gz)
+md5sums=('35d8fde3034d2ff8175385e5f5d7aa08')
+
+build() {
+  cd "$srcdir/googlecl-$pkgver"
+
+  sed -i '1c#!/usr/bin/python2' src/google
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 man/google.1 "${pkgdir}/usr/share/man/man1/google.1"
+}




More information about the arch-commits mailing list