mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/hivex: drop python2 bindings
This commit is contained in:
parent
620178229e
commit
21f440daa5
@ -2,19 +2,17 @@
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=hivex
|
||||
pkgver=1.3.18
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="System for extracting the contents of Windows Registry."
|
||||
url="http://libguestfs.org"
|
||||
arch="all"
|
||||
license="LGPL-2.1"
|
||||
makedepends="python2-dev libxml2-dev readline-dev perl-dev"
|
||||
makedepends="libxml2-dev readline-dev perl-dev"
|
||||
checkdepends="bash"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
source="http://libguestfs.org/download/hivex/hivex-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--bindir=/usr/bin \
|
||||
--libdir=/usr/lib \
|
||||
@ -23,17 +21,16 @@ build() {
|
||||
--disable-perl \
|
||||
--disable-ruby \
|
||||
--disable-ocaml \
|
||||
--disable-python \
|
||||
--disable-static
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user