Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257620 - dev-libs/distorm64: build included tool
Summary: dev-libs/distorm64: build included tool
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Low enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-04 15:06 UTC by RB
Modified: 2009-02-04 15:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RB 2009-02-04 15:06:09 UTC
It's evident that distorm64 is primarily a library, but it includes a basic disassembler that is of good use.  Please consider building & installing it in a future release.

src_compile() {
...
    cd "${WORKDIR}/${PN}/linuxproj"
    emake disasm
}
src_install() {
...
    dobin linuxproj/disasm
}
Comment 1 Patrick Lauer gentoo-dev 2009-02-04 15:23:37 UTC
+  04 Feb 2009; Patrick Lauer <patrick@gentoo.org>
+  +distorm64-1.7.30-r1.ebuild:
+  Build disasm tool, fixes #257620

Your wish has been granted :)