void-packages/srcpkgs/scanmem/template
2017-04-06 18:52:41 +02:00

20 lines
695 B
Bash

# Template file for 'scanmem'
pkgname=scanmem
version=0.16
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=a776afda5d1589977b8fbfae48aaf06e6382e34dc455fb1b47141fbcc7a88c75
configure_args="--disable-static --enable-gui"
CFLAGS="-D__NEED_pid_t"
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}