[arch-commits] Commit in (4 files)

Daniel Wallace dwallace at nymeria.archlinux.org
Sun Feb 9 07:06:42 UTC 2014


    Date: Sunday, February 9, 2014 @ 08:06:41
  Author: dwallace
Revision: 105496

add apache-libcloud

Added:
  apache-libcloud/
  apache-libcloud/repos/
  apache-libcloud/trunk/
  apache-libcloud/trunk/PKGBUILD

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

Added: apache-libcloud/trunk/PKGBUILD
===================================================================
--- apache-libcloud/trunk/PKGBUILD	                        (rev 0)
+++ apache-libcloud/trunk/PKGBUILD	2014-02-09 07:06:41 UTC (rev 105496)
@@ -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=('i686' 'x86_64')
+url="https://libcloud.apache.org"
+license=('apache')
+depends=('python2')
+makedepends=('python2-distribute')
+optdepends=()
+source=(http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$pkgname-$pkgver.tar.bz2)
+sha256sums=('331eed2002a86493b2496f8e09224fc2766812fa72afb335d4d74f1bf4d36e19')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py install --root="$pkgdir"
+}


Property changes on: apache-libcloud/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list