pinktrace: use python3
This commit is contained in:
parent
9dc9ae1668
commit
0ac907b55c
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'pinktrace'
|
# Template file for 'pinktrace'
|
||||||
pkgname=pinktrace
|
pkgname=pinktrace
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=1
|
revision=2
|
||||||
# arch list taken from https://dev.exherbo.org/~alip/pinktrace/#supported_platforms
|
# arch list taken from https://dev.exherbo.org/~alip/pinktrace/#supported_platforms
|
||||||
archs="x86_64* aarch64* i686* ppc*"
|
archs="x86_64* aarch64* i686* ppc*"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-python"
|
configure_args="--enable-python"
|
||||||
make_build_args="PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/usr/include/python2.7"
|
make_build_args="PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}"
|
||||||
hostmakedepends="automake pkg-config libtool python"
|
hostmakedepends="automake pkg-config libtool python3"
|
||||||
makedepends="python-devel"
|
makedepends="python3-devel"
|
||||||
short_desc="A ptrace() wrapper library"
|
short_desc="Ptrace() wrapper library"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://dev.exherbo.org/~alip/pinktrace/"
|
homepage="https://gitlab.exherbo.org/sydbox/pinktrace-1"
|
||||||
distfiles="http://git.exherbo.org/$pkgname-1.git/snapshot/$pkgname-1-$version.tar.gz"
|
distfiles="https://gitlab.exherbo.org/sydbox/pinktrace-1/-/archive/v${version}/pinktrace-1-v${version}.tar.gz"
|
||||||
checksum=a963359c3a66d31f8ac5b75cdc41ff0c4886df48609338771a2016c712b2f48a
|
checksum=1f6675be8d023863546c125a695a1e5b0e0f9a9d72949794ae6fac35db1f41c6
|
||||||
|
make_check=no
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Reference in New Issue