Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Testers for Openglad wanted
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Pythonhead
Developer
Developer


Joined: 16 Dec 2002
Posts: 1801
Location: Redondo Beach, Republic of Calif.

PostPosted: Sat Jul 19, 2003 12:12 am    Post subject: Testers for Openglad wanted Reply with quote

Openglad is a SDL clone of Gladiators, an RPG game.

If you'd like to test this, I'd appreciate it:

openglad-0.98.ebuild

Code:

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit games

S="${WORKDIR}/${P}"
DESCRIPTION="Openglad is a Gladiator clone. Its an SDL RPG game."
HOMEPAGE="http://snowstorm.sf.net/"
SRC_URI="mirror://sourceforge/snowstorm/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=media-libs/sdl-mixer-1.2.5-r1
        >=media-libs/sdl-image-1.2.2
        >=media-libs/libsdl-1.2.5-r1"

src_compile() {
   egamesconf --datadir=/usr/games/openglad \
                --prefix=/usr --bindir=/usr/games/bin || die
   emake || die
}

src_install() {
   make DESTDIR=${D} install || die
    prepgamesdir
}



Thanks

EDIT 1: Added extra blank line to end of script.


Last edited by Pythonhead on Sun Jul 20, 2003 12:09 am; edited 2 times in total
Back to top
View user's profile Send private message
maxmc
Guru
Guru


Joined: 14 Oct 2002
Posts: 480
Location: Linköping, Sweden

PostPosted: Sat Jul 19, 2003 9:57 am    Post subject: Reply with quote

Code:
Calculating dependencies \
/usr/sbin/ebuild.sh: /usr/local/portage/app-games/openglad/openglad-0.98.ebuild:  line 15: unexpected EOF while looking for matching `"'
/usr/sbin/ebuild.sh: /usr/local/portage/app-games/openglad/openglad-0.98.ebuild:  line 29: syntax error: unexpected end of file
 
!!! ERROR: app-games/openglad-0.98 failed.
!!! Function , Line 1057, Exitcode 1
!!! error sourcing ebuild
 


You need to add the trailing " and (probably a cut n paste error) an extra CR/LF to the end of the ebuild.


I did this and now it compiles and runs, and seem to work ok..
There's no documentation to speak of in-game and I couldn't find a way for it to run fullscreen but I'll check the official page.

You control a character with the numeric keypad and shoots/throws rocks with 0/Ins thats what I found out sofar.
Back to top
View user's profile Send private message
Pythonhead
Developer
Developer


Joined: 16 Dec 2002
Posts: 1801
Location: Redondo Beach, Republic of Calif.

PostPosted: Sat Jul 19, 2003 4:48 pm    Post subject: Reply with quote

Thanks for trying it. I added an extra line, that should do it.
If you hit F1 while playing it brings up a list of all the keys you can use.

There is a bit of documentation, though sparse here:

/usr/share/doc/openglad/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum