]> Pileus Git - ~andy/sunrise/blob - dev-libs/udis86/udis86-1.7.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update header
[~andy/sunrise] / dev-libs / udis86 / udis86-1.7.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Disassembler library for the x86/-64 architecture sets."
6 HOMEPAGE="http://udis86.sourceforge.net/"
7 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
8
9 LICENSE="BSD"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
13
14 src_install() {
15         emake docdir="/usr/share/doc/${P}/" DESTDIR="${D}" install || die "emake install failed"
16 }