New package: scanmem-0.15

This commit is contained in:
Andrea Brancaleoni 2015-04-26 17:19:31 +02:00
parent f4019408ca
commit 7028b8b7c1
1 changed files with 23 additions and 0 deletions

23
srcpkgs/scanmem/template Normal file
View File

@ -0,0 +1,23 @@
# Template file for 'scanmem'
pkgname=scanmem
version=0.15
revision=1
build_style=gnu-configure
hostmakedepends="libtool intltool m4 automake gettext"
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=d350b38b68ad7d0cc8f20393a55f03165b6b925e8da3737798f4fa5ccb407c84
configure_args="--enable-gui"
pre_configure() {
./autogen.sh
}
post_install() {
find ${DESTDIR} -type f -name \*.a -delete
}