diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-17 18:04:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-17 18:04:48 +0000 |
commit | 59bd37b58c7e8e41496797e767dba4eaef92164a (patch) | |
tree | 79d53792c6ff02eb8f4c6d4c5c94da1b81aa74e6 /games-engines/stratagus | |
parent | add utopia mask & remove some old stuff (diff) | |
download | gentoo-2-59bd37b58c7e8e41496797e767dba4eaef92164a.tar.gz gentoo-2-59bd37b58c7e8e41496797e767dba4eaef92164a.tar.bz2 gentoo-2-59bd37b58c7e8e41496797e767dba4eaef92164a.zip |
header fix; tidy
Diffstat (limited to 'games-engines/stratagus')
-rw-r--r-- | games-engines/stratagus/stratagus-2.1.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/games-engines/stratagus/stratagus-2.1.ebuild b/games-engines/stratagus/stratagus-2.1.ebuild index 457782e2b973..d01c36cde710 100644 --- a/games-engines/stratagus/stratagus-2.1.ebuild +++ b/games-engines/stratagus/stratagus-2.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 2004 Gentoo Foundation +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/stratagus/stratagus-2.1.ebuild,v 1.1 2004/08/17 03:33:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/stratagus/stratagus-2.1.ebuild,v 1.2 2004/08/17 18:04:48 mr_bones_ Exp $ -inherit games +inherit games MY_PV=040702 DESCRIPTION="A realtime strategy game engine" @@ -13,10 +13,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="debug flac mad mikmod oggvorbis opengl" - + RDEPEND="virtual/libc virtual/x11 - app-arch/bzip2 + app-arch/bzip2 dev-lang/lua media-libs/libpng media-libs/libsdl @@ -40,16 +40,16 @@ src_compile() { $(use_with flac) \ $(use_with mad) \ $(use_with opengl) \ - || die "econf failed" + || die "econf failed" emake -j1 || die "emake failed" - use doc && { + if use doc ; then emake doc || die "making source documentation failed" - } + fi } src_install() { - dogamesbin stratagus || die + dogamesbin stratagus || die "dogamesbin failed" dodoc README dohtml -r doc/* prepgamesdirs |