mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-31 14:22:14 +01:00
32 lines
1014 B
Plaintext
32 lines
1014 B
Plaintext
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
pkgname=py-libacl
|
|
_pkgname=pylibacl
|
|
pkgver=0.5.2
|
|
pkgrel=0
|
|
pkgdesc="A python module for manipulating ACLs"
|
|
url="http://pylibacl.k1024.org/"
|
|
arch="all"
|
|
license="LGPL2+"
|
|
depends=""
|
|
depends_dev=""
|
|
makedepends="python-dev acl-dev py-setuptools"
|
|
install=""
|
|
subpackages=""
|
|
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_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="78e4d537dc39d8e8c80d09a154fd4fe1 pylibacl-0.5.2.tar.gz"
|
|
sha256sums="efc71d91587def528576a65283f90dbb69cf02901dc9fd592cc1b5094cd5c0c2 pylibacl-0.5.2.tar.gz"
|
|
sha512sums="3bd868c975a0208f02a16abfb8c8fe9472c0b24bd9fdab790bad91f6f305771a547884846b965aae35384ce70b61ccfc4c02f67130ff2b7713ed3fedced29836 pylibacl-0.5.2.tar.gz"
|