27 lines
761 B
Bash
27 lines
761 B
Bash
# Template file for 'scanmem'
|
|
pkgname=scanmem
|
|
version=0.17
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="libtool intltool m4 automake python"
|
|
makedepends="readline-devel gettext-devel"
|
|
depends="pygtk polkit python-gobject"
|
|
short_desc="Memory scanner designed to isolate the address of an arbitrary var"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/scanmem/scanmem"
|
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=f02054b91322cf41517506158fcb74554e9fc6644e696f8aa25e5acf162d374b
|
|
configure_args="--disable-static --enable-gui"
|
|
CFLAGS="-D__NEED_pid_t"
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl)
|
|
broken="yes"
|
|
;;
|
|
esac
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|