void-packages/srcpkgs/python3-drgn/template
2025-05-26 18:14:07 +02:00

21 lines
752 B
Bash

# Template file for 'python3-drgn'
pkgname=python3-drgn
version=0.0.31
revision=1
build_style=python3-module
hostmakedepends="automake libtool pkg-config python3-setuptools"
makedepends="elfutils-devel libgomp-devel python3-devel libkdumpfile-devel"
depends="python3"
checkdepends="check-devel"
short_desc="Scriptable debugger library"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.1-or-later"
homepage="https://github.com/osandov/drgn/"
distfiles="https://github.com/osandov/drgn/archive/refs/tags/v${version}.tar.gz"
checksum=566ebe60feec86404a511ba9aaac5f860f993aef707b4dea45fa9a75795c3243
pre_build() {
if [ "$CROSS_BUILD" ]; then
export CONFIGURE_FLAGS="--host=$XBPS_CROSS_TRIPLET --with-libtool-sysroot=$XBPS_CROSS_BASE"
fi
}