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.
committed