summaryrefslogtreecommitdiff
path: root/community/pylibacl/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
committerroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
commit8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch)
tree03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/pylibacl/PKGBUILD
parente445a313723389ba9ee1fded025c567dae5b21ea (diff)
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/pylibacl/PKGBUILD')
-rw-r--r--community/pylibacl/PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/community/pylibacl/PKGBUILD b/community/pylibacl/PKGBUILD
new file mode 100644
index 000000000..85dd5173c
--- /dev/null
+++ b/community/pylibacl/PKGBUILD
@@ -0,0 +1,19 @@
+# $Id: PKGBUILD 80486 2012-11-22 18:15:22Z lfleischer $
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+
+pkgname=pylibacl
+pkgver=0.5.1
+pkgrel=1
+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=("https://github.com/downloads/iustin/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('a429256345ffdc2cea57fd24da0d980d')
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ python2 setup.py install --root="${pkgdir}"
+}