void-packages/srcpkgs/scanmem/template

21 lines
693 B
Bash
Raw Normal View History

2015-04-26 15:19:31 +00:00
# Template file for 'scanmem'
pkgname=scanmem
2015-06-22 15:36:53 +00:00
version=0.15.2
2015-05-23 11:00:32 +00:00
revision=1
2015-04-26 15:19:31 +00:00
build_style=gnu-configure
hostmakedepends="libtool intltool m4 automake"
2015-04-26 15:19:31 +00: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-06-22 15:36:53 +00:00
checksum=37abf8f4e4992d2c0816670f0c9f2bf68f0e261e04604df67a52acdcc721dca5
configure_args="--disable-static --enable-gui"
2015-06-22 15:36:53 +00:00
CFLAGS="-D__NEED_pid_t"
2015-04-26 15:19:31 +00:00
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
2015-04-26 15:19:31 +00:00
}