Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 163463 Details for
Bug 235361
new package dev-libs/udis86
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the ebuild
udis86-1.7.ebuild (text/plain), 618 bytes, created by
Olof Frahm
on 2008-08-21 12:33:37 UTC
(
hide
)
Description:
the ebuild
Filename:
MIME Type:
Creator:
Olof Frahm
Created:
2008-08-21 12:33:37 UTC
Size:
618 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit libtool eutils > >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="" > >RDEPEND="" >DEPEND="sys-devel/libtool" > >src_unpack() { > unpack ${A} >} > >src_compile() { > econf || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake docdir="/usr/share/doc/${P}/" DESTDIR="${D}" install || die "emake install failed" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 235361
:
163463
|
163495
|
163497