summaryrefslogtreecommitdiffstats
path: root/testing/py-libacl/APKBUILD
blob: c0c1da0c83f1725522f033b42e60d2e7864304c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-libacl
_pkgname=pylibacl
pkgver=0.5.1
pkgrel=0
pkgdesc="A python module for manipulating ACLs"
url="http://pylibacl.sourceforge.net/"
arch="all"
license="LGPL2+"
depends=""
depends_dev=""
makedepends="python-dev acl-dev py-setuptools"
install=""
subpackages=""
source="https://github.com/downloads/iustin/$_pkgname/$_pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$_pkgname-$pkgver

build() {
	cd "$_builddir"
	python setup.py build || return 1
}

package() {
	cd "$_builddir"
	python setup.py install --root="$pkgdir" || return 1
}

md5sums="a429256345ffdc2cea57fd24da0d980d  pylibacl-0.5.1.tar.gz"