Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55561 - Ebuild for games-arcade/jumpnbump-1.50
Summary: Ebuild for games-arcade/jumpnbump-1.50
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Games
URL: http://www.jumpbump.mine.nu
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-29 06:59 UTC by Stephen Bridges
Modified: 2004-08-08 01:11 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 2004-06-29 06:59:20 UTC
Changelog: Version bump.
MD5 c7c79136e07948975504abcbe62ba130 jumpnbump-1.50.tar.gz 397208


# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/jumpnbump/jumpnbump-1.41-r1.ebuild,v 1.5 2004/06/24 22:06:09 agriffis Exp $

inherit games

DESCRIPTION="a funny multiplayer game about cute little fluffy bunnies"
HOMEPAGE="http://www.jumpbump.mine.nu/"
SRC_URI="http://www.jumpbump.mine.nu/port/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
IUSE=""

RDEPEND="virtual/glibc
        virtual/x11
        >=media-libs/sdl-mixer-1.2
        >=media-libs/libsdl-1.2
        >=media-libs/sdl-net-1.2"
DEPEND="${RDEPEND}
        >=sys-apps/sed-4"

src_unpack() {
        unpack ${A}
        cd ${S}

        sed -i \
                -e 's:/share/jumpnbump/:/share/games/jumpnbump/:' \
                -e 's:\$(PREFIX)/games/$:$(PREFIX)/games/bin/:g' Makefile || \
                        die 'sed Makefile failed'

        sed -i \
                -e 's:/share/jumpnbump/:/share/games/jumpnbump/:' globals.pre || \
                        die 'sed globals.pre failed'

        sed -i \
                -e 's:%%PREFIX%%/games/:%%PREFIX%%/share/games/:' \
                -e 's:/share/jumpnbump/:/share/games/jumpnbump/:' jnbmenu.pre || \
                        die 'sed jnbmenu.pre failed'
}

src_compile() {
        emake PREFIX=/usr || die "emake failed"
}

src_install() {
        make PREFIX=${D}/usr install || die "make install failed"
        prepgamesdirs
}
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-08-08 01:11:37 UTC
Version bumped in CVS.  Thanks for the bug report.