diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-04-25 17:41:38 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-04-25 17:41:38 +0000 |
commit | 2993e19566663b2cf358096519f03ded0f00789d (patch) | |
tree | 18995172b7129676c4e087ebafcb4c6159aa509c /dev-libs/udis86/udis86-1.7.ebuild | |
parent | Depend on Python 2. (diff) | |
download | historical-2993e19566663b2cf358096519f03ded0f00789d.tar.gz historical-2993e19566663b2cf358096519f03ded0f00789d.tar.bz2 historical-2993e19566663b2cf358096519f03ded0f00789d.zip |
Initial import from sunrise, bug #235361. Original ebuild from Olof Frahm.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/udis86/udis86-1.7.ebuild')
-rw-r--r-- | dev-libs/udis86/udis86-1.7.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-libs/udis86/udis86-1.7.ebuild b/dev-libs/udis86/udis86-1.7.ebuild new file mode 100644 index 000000000000..c425e3db85d9 --- /dev/null +++ b/dev-libs/udis86/udis86-1.7.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/udis86/udis86-1.7.ebuild,v 1.1 2010/04/25 17:41:38 chithanh Exp $ + +DESCRIPTION="Disassembler library for the x86/-64 architecture sets." +HOMEPAGE="http://udis86.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_install() { + emake docdir="/usr/share/doc/${PF}/" DESTDIR="${D}" install || die "emake install failed" +} |