Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12430 - nestra ebuild
Summary: nestra ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-19 04:20 UTC by robert jorgenson
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description robert jorgenson 2002-12-19 04:20:52 UTC
I wrote an ebuild for nestra, my first ebuild so let me know if i did something
wrong :) Im sure its not on par with any real ebuilds but maybee someone who
knows how to properly write ebuilds will touch it up :) here it is

DESCRIPTION="NES Emulator"
HOMEPAGE="http://nestra.linuxgames.com"
KEYWORDS="x86"
SRC_URI="http://nestra.linuxgames.com/${P}.tar.gz"
S=${WORKDIR}/nestra/

src_compile() {
    
    emake || die
}

src_install() {
    dobin nestra
    dodoc README CHANGES BUGS
}

I wasn't sure what/if i should make it depend on.
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-12-27 12:16:44 UTC
committed