summaryrefslogtreecommitdiff
path: root/community/pylibacl/PKGBUILD
blob: 85dd5173cdd2f3fca489f23859cea385fbf32a66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}"
}