mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
memfetch: rename to 0.05b
This commit is contained in:
parent
48201cd1fc
commit
09c2d5648d
2 changed files with 9 additions and 9 deletions
|
|
@ -1 +1 @@
|
|||
DIST memfetch.tgz 12438 SHA256 bf5fd71fa645c19b2ad6cd9b578837dfb8cffcd2d2d6691b2cc43fd87c510e09
|
||||
DIST memfetch.tgz 12438 SHA256 bf5fd71fa645c19b2ad6cd9b578837dfb8cffcd2d2d6691b2cc43fd87c510e09 SHA512 f8abe55244a1842ee6942a5178e641521fcd0e6cb2a67e871a54b1d505921b35cb4c32ff87c955176e48a0e30edbf3ff6f64bfd9f88956a500de6666420788a3 WHIRLPOOL c063a575d02b623bc7e6fed277e30d4479627eacb558b97569143472e9b6da360cfac819bf3c3dd619ca982edb07532f07061c0608ba48964b1f27ec75c7ec0c
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="A simple utility to dump all memory of a running process"
|
||||
HOMEPAGE="http://lcamtuf.coredump.cx/"
|
||||
|
|
@ -14,16 +13,17 @@ KEYWORDS="~x86 ~amd64"
|
|||
IUSE=""
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
|
||||
src_prepare () {
|
||||
src_prepare() {
|
||||
sed -e "s:asm/page:sys/user:" -i memfetch.c || die "sed failed"
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake || die "Compile failed"
|
||||
}
|
||||
#src_compile() {
|
||||
# emake || die "Compile failed"
|
||||
#}
|
||||
|
||||
src_install() {
|
||||
dobin memfetch mffind.pl
|
||||
Loading…
Reference in a new issue