vp-build/srcpkgs/python3-drgn/template

22 lines
749 B
Bash

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