mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 02:30:58 +02:00
added lida, interactive disambler
This commit is contained in:
parent
1417736ea2
commit
98ffe5163b
2 changed files with 36 additions and 0 deletions
2
dev-util/lida/Manifest
Normal file
2
dev-util/lida/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST lida-03.00.00.tgz 123074 RMD160 10caa0e0a38c3ff4e1e39ba5cfd742e6eb409cf5 SHA1 46c4fceeab876b73487701e8dcb41d9f383f7be5 SHA256 3661a4521e758c6b4194ad805efcd37dbf5ab0c0519332796f692dec373a41b5
|
||||
EBUILD lida-03.00.00.ebuild 597 RMD160 8d15293f229bbdc442d351f129b070c642f3a8b5 SHA1 b54a5f9dd38fc0385b24cd52da1438943bc8608c SHA256 d586cb4733dea431c3ba70a3d0a25223471d2d8669be67c1a73b66d889fbb03b
|
||||
34
dev-util/lida/lida-03.00.00.ebuild
Normal file
34
dev-util/lida/lida-03.00.00.ebuild
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit multilib
|
||||
|
||||
DESCRIPTION="interactive ELF disambler"
|
||||
HOMEPAGE="http://lida.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/$PN/$P.tgz"
|
||||
|
||||
LICENSE="GPL-1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-perl/perl-tk
|
||||
dev-libs/libdisam"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
src_prepare() {
|
||||
if has_multilib_profile
|
||||
then
|
||||
sed -i 's|-ggdb|-ggdb -m32|g' Makefile
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin lida lida_back lida.pl || die "install failed"
|
||||
dodoc README CHANGELOG TODO
|
||||
}
|
||||
Loading…
Reference in a new issue