summaryrefslogtreecommitdiff
path: root/community/pylibacl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pylibacl/PKGBUILD')
-rw-r--r--community/pylibacl/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/community/pylibacl/PKGBUILD b/community/pylibacl/PKGBUILD
deleted file mode 100644
index 85dd5173c..000000000
--- a/community/pylibacl/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# $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}"
-}