Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 103583 | Differences between
and this patch

Collapse All | Expand All

(-)slashem-0.0.760.ebuild (-7 / +8 lines)
Lines 1-12 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/games-roguelike/slashem/slashem-0.0.760.ebuild,v 1.5 2005/07/09 23:04:31 vapier Exp $
3
# $Header: $
4
4
5
inherit eutils flag-o-matic games
5
inherit eutils flag-o-matic games
6
6
7
SE_VER="0.0.7E6"
7
SE_VER="0.0.7E7"
8
SE_FIXVER="${SE_VER}F3"
8
SE_FIXVER="${SE_VER}F1"
9
SE_PN="se007e6f3.tar.gz"
9
SE_PN="se007e7f1.tar.gz"
10
SE_CONF="conf12s.tar.gz"
10
SE_CONF="conf12s.tar.gz"
11
11
12
DESCRIPTION="Super Lotsa Added Stuff Hack - Extended Magic. A Nethack Variant."
12
DESCRIPTION="Super Lotsa Added Stuff Hack - Extended Magic. A Nethack Variant."
Lines 50-58 Link Here
50
50
51
	unpack ${SE_CONF}
51
	unpack ${SE_CONF}
52
	cp -f ${FILESDIR}/${SE_VER}/*.configure . || die
52
	cp -f ${FILESDIR}/${SE_VER}/*.configure . || die
53
	for c in RedHat9 FHS20 Gentoo prepare-gui Proxy ; do
53
	./config RedHat9 ../..
54
		./config ${c} ../..
54
	./config FHS20 ../..
55
	done
55
	./config prepare-gui ../..
56
	./config Proxy ../..
56
57
57
	if use X ; then
58
	if use X ; then
58
		./config X11 ../.. || die "X config"
59
		./config X11 ../.. || die "X config"

Return to bug 103583