Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 26047

Summary: app-games/barrage "A violent point-and-click shooting game"
Product: Gentoo Linux Reporter: Stephen Bridges <widget>
Component: New packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stephen Bridges 2003-08-06 07:40:47 UTC
This has been tested for sandbox violations by me and puggy - seems to work
okay, and copies data to the games dirs.

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

inherit games

DESCRIPTION="A violent point-and-click shooting game"
HOMEPAGE="http://lgames.sourceforge.net"
SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz"
LICENSE="GPL-2"

SLOT="0"

KEYWORDS="~x86"

IUSE=""

DEPEND="virtual/x11
        >=media-libs/libsdl-1.2.0
        >=media-libs/sdl-mixer-1.2.4"

S=${WORKDIR}/${P}

src_compile() {

        egamesconf --datadir=${GAMES_DATADIR_BASE} || die
        emake || die
}

src_install() {

        make DESTDIR=${D} install || die
        dodoc README AUTHORS ChangeLog
        prepgamesdirs
}
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-08-06 11:13:53 UTC
Added to CVS. Thanks for the ebuild Stephen.

Enjoy.