Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Testers for spacehulk ebuild 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 2:00 am    Post subject: Testers for spacehulk ebuild wanted Reply with quote

Space Hulk is a boardgame in the world of Warhammer 40k. It uses the QT toolkit.

Please post feedback here if you test it.

spacehulk-1.4.3.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="Space Hulk is a boardgame in the world of Warhammer 40k"
HOMEPAGE="http://perso.enst.fr/~vinot/spacehulk/"
SRC_URI="http://freesoftware.fsf.org/download/spacehulk/main.pkg/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="nas"
DEPEND=">=x11-libs/qt-3.0.5-r2
    nas? ( >=media-libs/nas-1.5 )"


src_compile() {
   egamesconf || die
   make || die
}

src_install() {
   egamesinstall || die
    prepgamesdirs
}


Thanks.
Back to top
View user's profile Send private message
haceye
Apprentice
Apprentice


Joined: 22 May 2003
Posts: 187
Location: Stuttgart, Germany

PostPosted: Sat Jul 19, 2003 8:46 am    Post subject: Reply with quote

Hi,

Everything just worked fine for me.

Thanks,
David
_________________
faster 'emerge -s'? emerge esearch
Back to top
View user's profile Send private message
holymacaroni
n00b
n00b


Joined: 06 Mar 2003
Posts: 63

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

works great here too, thanks.
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