19 lines
669 B
Bash
19 lines
669 B
Bash
# Template file for 'scanmem'
|
|
pkgname=scanmem
|
|
version=0.15.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="libtool intltool m4 automake"
|
|
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=876699dc356fabe5b2bcc1c01117a45f90924de6c43dbca1b49802d8951bb0ec
|
|
configure_args="--disable-static --enable-gui"
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|