17 lines
646 B
Bash
17 lines
646 B
Bash
# Template file for 'pev'
|
|
pkgname=pev
|
|
version=0.80
|
|
revision=4
|
|
wrksrc=${pkgname}
|
|
build_style=gnu-makefile
|
|
make_build_args="prefix=/usr"
|
|
make_install_args="prefix=/usr"
|
|
makedepends="libressl-devel pcre-devel"
|
|
short_desc="The PE file analysis toolkit"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="GPL-3"
|
|
homepage="http://pev.sourceforge.net/"
|
|
#distfiles="${SOURCEFORGE_SITE}/project/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
|
# Temporarily use a Debian mirror
|
|
distfiles="http://http.debian.net/debian/pool/main/p/pev/pev_${version}.orig.tar.gz"
|
|
checksum=f68c8596f16d221d9a742812f6f728bcc739be90957bc1b00fbaa5943ffc5cfa
|