diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-04 03:20:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-04 03:20:27 +0000 |
commit | 17addd97b75caca49c80927bed4be44606573e7b (patch) | |
tree | e24267d09986085f80ac03938aa2d50f1d510ee8 /games-strategy/wormux | |
parent | initial commit. Archive created from the contents of ftp://ftp.avm.de/develpe... (diff) | |
download | gentoo-2-17addd97b75caca49c80927bed4be44606573e7b.tar.gz gentoo-2-17addd97b75caca49c80927bed4be44606573e7b.tar.bz2 gentoo-2-17addd97b75caca49c80927bed4be44606573e7b.zip |
old
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'games-strategy/wormux')
-rw-r--r-- | games-strategy/wormux/files/digest-wormux-0.5.0 | 1 | ||||
-rw-r--r-- | games-strategy/wormux/wormux-0.5.0.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/games-strategy/wormux/files/digest-wormux-0.5.0 b/games-strategy/wormux/files/digest-wormux-0.5.0 deleted file mode 100644 index 18db5ce217ed..000000000000 --- a/games-strategy/wormux/files/digest-wormux-0.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 e09c8a699da7a3a60e0c379b75986573 wormux-src-0.5.0.tar.bz2 18787309 diff --git a/games-strategy/wormux/wormux-0.5.0.ebuild b/games-strategy/wormux/wormux-0.5.0.ebuild deleted file mode 100644 index f44e39068dd2..000000000000 --- a/games-strategy/wormux/wormux-0.5.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.5.0.ebuild,v 1.4 2005/03/09 17:46:30 luckyduck Exp $ - -inherit eutils games - -DESCRIPTION="A free Worms clone" -HOMEPAGE="http://www.wormux.org/" -SRC_URI="http://download.gna.org/wormux/${PN}-src-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~amd64" -IUSE="nls debug" - -RDEPEND="virtual/opengl - virtual/x11 - >=dev-games/clanlib-0.7 - =dev-cpp/libxmlpp-1* - sys-devel/gettext - >=media-libs/libsdl-1.2.4 - media-libs/sdl-gfx - media-libs/libvorbis" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd ${S} - if use nls ; then - sed -i \ - -e '/^localedir =/s:=.*:=/usr/share/locale:' \ - po/Makefile.in || die "sed localedir" - fi -} - -src_compile() { - egamesconf \ - $(use_enable nls) \ - $(use_enable debug) \ - || die "egamesconf" - emake || die "emake" -} - -src_install() { - make install DESTDIR="${D}" || die "make install failed" - dodoc AUTHORS README - prepgamesdirs -} |