void-packages/srcpkgs/scanmem/template
2016-03-14 17:13:47 +01:00

20 lines
700 B
Bash

# Template file for 'scanmem'
pkgname=scanmem
version=0.15.6
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 <miwaxe@gmail.com>"
license="GPL-3"
homepage="https://github.com/scanmem/scanmem"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
checksum=79aebdf763749a37cca81c4d4209d70279b8a9565b01b5ed90cd941c4a0abc3e
configure_args="--disable-static --enable-gui"
CFLAGS="-D__NEED_pid_t"
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}