Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87461 - Ebuild to install bzfed. Bzfed is a Bzflag map editor.
Summary: Ebuild to install bzfed. Bzfed is a Bzflag map editor.
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-03-31 13:10 UTC by Meethune Bhowmick
Modified: 2005-11-18 15:40 UTC (History)
0 users

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


Attachments
Initial ebuild (bzfed-0.1.ebuild,628 bytes, text/plain)
2005-03-31 13:11 UTC, Meethune Bhowmick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Meethune Bhowmick 2005-03-31 13:10:56 UTC
This is my initial ebuild for bzfed. Bzfed it a map editor for the Bzflag. It depends on >=gnome-base/gnome-2.0, >=x11-libs/gtk+-2.4, and  >=x11-libs/gtkglext-1.0.6 . I'm sure it doesn't depend on ALL of gnome, but the readme doesn't specify which components are needed, so I played it safe. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="BzfEd is a Linux BZFlag World Editor"
HOMEPAGE="http://sourceforge.net/projects/bzfed/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

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

DEPEND=">=gnome-base/gnome-2.0 \
        >=x11-libs/gtk+-2.4 \
        >=x11-libs/gtkglext-1.0.6"
RDEPEND="${DEPEND}"

src_unpack() {
        unpack ${A}
        cd ${WORKDIR}/${P}
        sed 's/helpdir = \/usr\/share/helpdir = \$\(datadir\)/' -i
help/Makefile.in || die
}

src_install() {
        einstall || die
}
Comment 1 Meethune Bhowmick 2005-03-31 13:11:59 UTC
Created attachment 54964 [details]
Initial ebuild
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2005-11-18 15:40:46 UTC
Looks pretty raw to me.  Since I can crash it within just a couple minutes I'm
not interested in adding it to portage currently.

reopen when it's a bit more mature.