[arch-commits] Commit in fabric/repos (2 files)
Ángel Velásquez
angvp at nymeria.archlinux.org
Mon Aug 19 10:55:13 UTC 2013
Date: Monday, August 19, 2013 @ 12:55:13
Author: angvp
Revision: 96028
fixing lock
Added:
fabric/repos/community-testing-any/
fabric/repos/community-testing-any/PKGBUILD
----------+
PKGBUILD | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
Added: community-testing-any/PKGBUILD
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2013-08-19 10:55:13 UTC (rev 96028)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=fabric
+pkgver=1.7.0
+pkgrel=2
+pkgdesc="Python library and command-line tool designed to streamline deploying applications or performing system administration tasks via the SSH protocol"
+url="http://fabfile.org/"
+license=('BSD')
+arch=('any')
+depends=('python2>=2.5' 'pycrypto' 'python2-paramiko>=1.10.0' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz")
+md5sums=('48e4176f0be925a44ef83ce0efc6d69b')
+
+package() {
+ cd ${srcdir}/Fabric-${pkgver}
+ python2 setup.py install --root=${pkgdir} --optimize=1
+
+ install -D -m644 README.rst ${pkgdir}/usr/share/doc/${pkgname}/README.rst
+ install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
More information about the arch-commits
mailing list