add libdisasm, x86 disambler library

This commit is contained in:
jensp 2009-12-28 13:44:55 +00:00
parent 2878d9576d
commit f83148838f
2 changed files with 23 additions and 0 deletions

View 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

View 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
}