diff options
Diffstat (limited to 'games-strategy/wesnoth/wesnoth-0.7.6.ebuild')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.7.6.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/games-strategy/wesnoth/wesnoth-0.7.6.ebuild b/games-strategy/wesnoth/wesnoth-0.7.6.ebuild deleted file mode 100644 index fc4c55f5a42e..000000000000 --- a/games-strategy/wesnoth/wesnoth-0.7.6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.7.6.ebuild,v 1.1 2004/05/04 04:39:50 mr_bones_ Exp $ - -inherit flag-o-matic games - -DESCRIPTION="A fantasy turn-based strategy game" -HOMEPAGE="http://www.wesnoth.org/" -SRC_URI="http://www.wesnoth.org/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 ppc ~sparc" -IUSE="server editor tools gnome kde" - -DEPEND=">=media-libs/libsdl-1.2 - >=media-libs/sdl-image-1.2 - >=media-libs/sdl-mixer-1.2 - >=media-libs/sdl-ttf-2.0 - media-libs/sdl-net - virtual/x11" - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - $(use_enable server) \ - $(use_enable editor) \ - $(use_enable tools) \ - $(use_enable gnome) \ - $(use_enable kde) \ - || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - mv "${D}${GAMES_DATADIR}/icons" "${D}/usr/share/" - dodoc MANUAL changelog || die "dodoc failed" - prepgamesdirs -} |