New package: python3-drgn-0.0.14
This commit is contained in:
parent
e06e34d57d
commit
4debf581d2
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-drgn/template
Normal file
21
srcpkgs/python3-drgn/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'python3-drgn'
|
||||
pkgname=python3-drgn
|
||||
version=0.0.14
|
||||
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=97088c7f32fcfbad0795159807e3290794cacc011228bd27e86510eb62e73bc3
|
||||
|
||||
pre_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
export CONFIGURE_FLAGS="--host=$XBPS_CROSS_TRIPLET --with-libtool-sysroot=$XBPS_CROSS_BASE"
|
||||
fi
|
||||
}
|
Loading…
Reference in a new issue