diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/pylibacl/PKGBUILD | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/pylibacl/PKGBUILD')
-rw-r--r-- | community/pylibacl/PKGBUILD | 19 |
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}" -} |