summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/wesnoth/wesnoth-0.4.8.ebuild')
-rw-r--r--games-strategy/wesnoth/wesnoth-0.4.8.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/games-strategy/wesnoth/wesnoth-0.4.8.ebuild b/games-strategy/wesnoth/wesnoth-0.4.8.ebuild
deleted file mode 100644
index 4fd92bddde23..000000000000
--- a/games-strategy/wesnoth/wesnoth-0.4.8.ebuild
+++ /dev/null
@@ -1,34 +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.4.8.ebuild,v 1.2 2004/01/29 06:14:55 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="A fantasy turn-based strategy game"
-HOMEPAGE="http://www.wesnoth.org/"
-SRC_URI="http://www.wesnoth.org/files/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-
-DEPEND=">=media-libs/libsdl-1.2
- >=media-libs/sdl-image-1.2
- >=media-libs/sdl-mixer-1.2
- >=media-libs/sdl-ttf-2.0
- virtual/x11"
-
-src_compile() {
- CXXFLAGS="${CXXFLAGS} -DWESNOTH_PATH=\\\"${GAMES_DATADIR}/wesnoth\\\""
- emake || die "emake failed"
-}
-
-src_install() {
- dogamesbin wesnoth || die "dogamesbin failed"
- dodoc MANUAL changelog || die "dodoc failed"
- dodir ${GAMES_DATADIR}/wesnoth || die "dodir failed"
- cp -r data fonts images music sounds \
- ${D}${GAMES_DATADIR}/wesnoth/ || die "cp failed"
- find ${D}${GAMES_DATADIR} -type f -exec chmod a-x \{\} \;
- prepgamesdirs
-}