ONScripter is an open source version of NScripter, a visual novel scripting engine. ONScripter Japanese info: http://ogapee.at.infoseek.co.jp/onscripter.html ONScripter English info: http://nscripter.insani.org/ ONScripter can also be used to play windows-only visual novels in Linux (list available at ONScripter English website). Attached are the ebuilds for 20050818 and 20050819.
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