[arch-commits] Commit in pylibacl/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Feb 8 00:05:00 UTC 2016
Date: Monday, February 8, 2016 @ 01:05:00
Author: foutrelis
Revision: 160593
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
pylibacl/repos/community-staging-i686/
pylibacl/repos/community-staging-i686/PKGBUILD
(from rev 160592, pylibacl/trunk/PKGBUILD)
pylibacl/repos/community-staging-x86_64/
pylibacl/repos/community-staging-x86_64/PKGBUILD
(from rev 160592, pylibacl/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 19 +++++++++++++++++++
community-staging-x86_64/PKGBUILD | 19 +++++++++++++++++++
2 files changed, 38 insertions(+)
Copied: pylibacl/repos/community-staging-i686/PKGBUILD (from rev 160592, pylibacl/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:05:00 UTC (rev 160593)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+
+pkgname=pylibacl
+pkgver=0.5.3
+pkgrel=2
+pkgdesc='A python extension module that allows you to manipulate the POSIX.1e ACLs.'
+arch=('i686' 'x86_64')
+url='http://pylibacl.k1024.org/'
+license=('GPL')
+depends=('python2')
+makedepends=('python2-distribute')
+source=("http://${pkgname}.k1024.org/downloads/${pkgname}-${pkgver}.tar.gz")
+md5sums=('5d161e22ba5d94618d50ccffbfeb6050')
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ python2 setup.py install --root="${pkgdir}"
+}
Copied: pylibacl/repos/community-staging-x86_64/PKGBUILD (from rev 160592, pylibacl/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-02-08 00:05:00 UTC (rev 160593)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+
+pkgname=pylibacl
+pkgver=0.5.3
+pkgrel=2
+pkgdesc='A python extension module that allows you to manipulate the POSIX.1e ACLs.'
+arch=('i686' 'x86_64')
+url='http://pylibacl.k1024.org/'
+license=('GPL')
+depends=('python2')
+makedepends=('python2-distribute')
+source=("http://${pkgname}.k1024.org/downloads/${pkgname}-${pkgver}.tar.gz")
+md5sums=('5d161e22ba5d94618d50ccffbfeb6050')
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ python2 setup.py install --root="${pkgdir}"
+}
More information about the arch-commits
mailing list