|
|
# Copyright 1999-2005 Gentoo Foundation | # Copyright 1999-2005 Gentoo Foundation |
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/games-roguelike/slashem/slashem-0.0.760.ebuild,v 1.5 2005/07/09 23:04:31 vapier Exp $ |
# $Header: $ |
| |
inherit eutils flag-o-matic games | inherit eutils flag-o-matic games |
| |
SE_VER="0.0.7E6" |
SE_VER="0.0.7E7" |
SE_FIXVER="${SE_VER}F3" |
SE_FIXVER="${SE_VER}F1" |
SE_PN="se007e6f3.tar.gz" |
SE_PN="se007e7f1.tar.gz" |
SE_CONF="conf12s.tar.gz" | SE_CONF="conf12s.tar.gz" |
| |
DESCRIPTION="Super Lotsa Added Stuff Hack - Extended Magic. A Nethack Variant." | DESCRIPTION="Super Lotsa Added Stuff Hack - Extended Magic. A Nethack Variant." |
|
|
| |
unpack ${SE_CONF} | unpack ${SE_CONF} |
cp -f ${FILESDIR}/${SE_VER}/*.configure . || die | cp -f ${FILESDIR}/${SE_VER}/*.configure . || die |
for c in RedHat9 FHS20 Gentoo prepare-gui Proxy ; do |
./config RedHat9 ../.. |
./config ${c} ../.. |
./config FHS20 ../.. |
done |
./config prepare-gui ../.. |
|
./config Proxy ../.. |
| |
if use X ; then | if use X ; then |
./config X11 ../.. || die "X config" | ./config X11 ../.. || die "X config" |