Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26047 - app-games/barrage "A violent point-and-click shooting game"
Summary: app-games/barrage "A violent point-and-click shooting game"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-06 07:40 UTC by Stephen Bridges
Modified: 2003-08-06 11:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.