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

Daniel Wallace dwallace at nymeria.archlinux.org
Sun Feb 9 14:25:59 UTC 2014


    Date: Sunday, February 9, 2014 @ 15:25:59
  Author: dwallace
Revision: 105513

archrelease: copy trunk to community-any

Added:
  apache-libcloud/repos/community-any/
  apache-libcloud/repos/community-any/PKGBUILD
    (from rev 105512, apache-libcloud/trunk/PKGBUILD)

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

Copied: apache-libcloud/repos/community-any/PKGBUILD (from rev 105512, apache-libcloud/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-02-09 14:25:59 UTC (rev 105513)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Lex Black <autumn-wind at web dot de>
+# Contributor: Alasdair Haswell <ali at arhaswell dot co dot uk>
+
+pkgname=apache-libcloud
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="Apache Libcloud is a standard Python library that abstracts away differences among multiple cloud provider APIs"
+arch=('any')
+url="https://libcloud.apache.org"
+license=('apache')
+depends=('python2')
+makedepends=('python2-setuptools')
+optdepends=()
+source=(http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8562fd79c8afc63dabc8f62b08f13a1b1f71644c08e47f913f8c942d2f48c1d0')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py install --root="$pkgdir"
+}




More information about the arch-commits mailing list