mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
add libdisasm, x86 disambler library
This commit is contained in:
parent
2878d9576d
commit
f83148838f
2 changed files with 23 additions and 0 deletions
2
dev-libs/libdisasm/Manifest
Normal file
2
dev-libs/libdisasm/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST libdisasm-0.23.tar.gz 454721 RMD160 bd205e2399724e37738c9ad633fd24321acef5ff SHA1 ff5e2ffb726d1c28396b21e0abbe10bae5d4a846 SHA256 de3e578aa582af6e1d7729f39626892fb72dc6573658a221e0905f42a65433da
|
||||
EBUILD libdisasm-0.23.ebuild 460 RMD160 ffc4c5b2e7c06cd940dad3c32615bce4184a32f9 SHA1 1213d0e321c69c5d73c6e8535ad5c49b1e07543e SHA256 720d1d321c0170cb1646de4296b546e9334d3104fb186d671e47904faae1e762
|
||||
21
dev-libs/libdisasm/libdisasm-0.23.ebuild
Normal file
21
dev-libs/libdisasm/libdisasm-0.23.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="x86 Disassembler Library"
|
||||
HOMEPAGE="http://bastard.sourceforge.net/libdisasm.html"
|
||||
SRC_URI="mirror://sourceforge/bastard/$P.tar.gz"
|
||||
|
||||
LICENSE="Artistic"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
RESTRICT="strip" # we need debug symbols for the disambler to work
|
||||
|
||||
src_install() {
|
||||
DESTDIR="${D}" emake install
|
||||
}
|
||||
Loading…
Reference in a new issue