summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-04-25 17:41:38 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-04-25 17:41:38 +0000
commite4b33d46e3bf8124b2bef0da9e1816b0adaa9539 (patch)
tree15e7fabb8db5be107a392b9af6edf31a28ccc87c /dev-libs/udis86/udis86-1.7.ebuild
parentDepend on Python 2. (diff)
downloadgentoo-2-e4b33d46e3bf8124b2bef0da9e1816b0adaa9539.tar.gz
gentoo-2-e4b33d46e3bf8124b2bef0da9e1816b0adaa9539.tar.bz2
gentoo-2-e4b33d46e3bf8124b2bef0da9e1816b0adaa9539.zip
Initial import from sunrise, bug #235361. Original ebuild from Olof Frahm.
(Portage version: 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.ebuild16
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"
+}