pentoo-overlay/dev-libs/libdisasm/libdisasm-0.23.ebuild
2009-12-29 14:25:34 +00:00

21 lines
460 B
Bash

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