Summary: | ONScripter ebuilds (New Packages) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Brenton <tehharbl> |
Component: | New packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | CC: | ipridian |
Priority: | High | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
onscripter-20050818.ebuild
onscripter-20050819.ebuild onscripter-20050819.ebuild onscripter-20050819.ebuild |
Description
Brenton
2005-08-23 14:53:42 UTC
Created attachment 66690 [details]
onscripter-20050818.ebuild
Created attachment 66691 [details]
onscripter-20050819.ebuild
Comment on attachment 66690 [details] onscripter-20050818.ebuild ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Engine for japanese Visual Novels." >HOMEPAGE="http://ogapee.at.infoseek.co.jp/onscripter.html" >SRC_URI="http://ogapee.at.infoseek.co.jp/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="media-libs/jpeg > app-arch/bzip2" >RDEPEND="media-libs/libsdl > media-libs/sdl-image > media-libs/sdl-mixer > media-libs/sdl-ttf > media-libs/smpeg" > >src_compile() { > make -f Makefile.Linux || die "make failed" >} > >src_install() { > dobin onscripter > > dodoc README COPYING > dohtml www/onscripter.html >} Created attachment 66693 [details]
onscripter-20050819.ebuild
Fixed ebuild with revisions from marienz.
Please fix the following and reopen: * You can drop the ()s from DEPEND, RDEPEND. * Will emake work rather than make for src_compile()? If not, will it work if you include MAKEOPTS? * There is no need to dodoc COPYING. Corrected ebuild as suggested. Created attachment 66768 [details]
onscripter-20050819.ebuild
|