mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
/main/py-egenix-mx-base: changed builddir variable
This commit is contained in:
parent
e80fe065ef
commit
86c3735d49
@ -15,14 +15,15 @@ install=""
|
||||
subpackages="$pkgname-doc $pkgname-dev"
|
||||
source="http://downloads.egenix.com/python/$_pkgname-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/$_pkgname-$pkgver
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
python setup.py build || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
python setup.py install --prefix=/usr --root="$pkgdir" --skip-build || return 1
|
||||
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user