# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Disassembler library for the x86/-64 architecture sets." HOMEPAGE="http://udis86.sourceforge.net/" SRC_URI="mirror://sourceforge/udis86/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" src_install() { emake docdir="/usr/share/doc/${P}/" DESTDIR="${D}" install || die "emake install failed" }