summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/wormux/wormux-0.9.2.1.ebuild')
-rw-r--r--games-strategy/wormux/wormux-0.9.2.1.ebuild56
1 files changed, 0 insertions, 56 deletions
diff --git a/games-strategy/wormux/wormux-0.9.2.1.ebuild b/games-strategy/wormux/wormux-0.9.2.1.ebuild
deleted file mode 100644
index cbdf0250d4ae..000000000000
--- a/games-strategy/wormux/wormux-0.9.2.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.9.2.1.ebuild,v 1.3 2010/06/20 18:37:30 maekke Exp $
-
-EAPI=2
-inherit autotools eutils games
-
-DESCRIPTION="A free Worms clone"
-HOMEPAGE="http://www.wormux.org/"
-SRC_URI="http://download.gna.org/wormux/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug nls unicode"
-
-RDEPEND="media-libs/libsdl[joystick,video]
- media-libs/sdl-image[jpeg,png]
- media-libs/sdl-mixer[vorbis]
- media-libs/sdl-ttf
- media-libs/sdl-net
- media-libs/sdl-gfx
- net-misc/curl
- media-fonts/dejavu
- dev-libs/libxml2
- x11-libs/libX11
- nls? ( virtual/libintl )
- unicode? ( dev-libs/fribidi )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
- eautoreconf
-}
-
-src_configure() {
- egamesconf \
- --disable-dependency-tracking \
- --with-localedir-name=/usr/share/locale \
- --with-datadir-name="${GAMES_DATADIR}/${PN}" \
- --with-font-path=/usr/share/fonts/dejavu/DejaVuSans.ttf \
- $(use_enable debug) \
- $(use_enable nls) \
- $(use_enable unicode fribidi)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README TODO
- rm -f "${D}${GAMES_DATADIR}/${PN}/font/DejaVuSans.ttf"
- doicon data/wormux.svg
- make_desktop_entry wormux Wormux
- prepgamesdirs
-}