void-packages/srcpkgs/scanmem/template

21 lines
700 B
Bash
Raw Normal View History

2015-04-26 17:19:31 +02:00
# Template file for 'scanmem'
pkgname=scanmem
2015-10-14 08:35:44 +02:00
version=0.15.3
2015-10-14 08:41:05 +02:00
revision=2
2015-04-26 17:19:31 +02:00
build_style=gnu-configure
2015-10-14 08:41:05 +02:00
hostmakedepends="libtool intltool m4 automake python"
2015-04-26 17:19:31 +02:00
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"
2015-10-14 08:35:44 +02:00
checksum=910d836f54266896920bcb07d32e4550f2578e47d8e786b5cce0903bb98f26da
configure_args="--disable-static --enable-gui"
2015-06-22 17:36:53 +02:00
CFLAGS="-D__NEED_pid_t"
2015-04-26 17:19:31 +02:00
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
2015-04-26 17:19:31 +02:00
}