diff options
Diffstat (limited to 'games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild')
-rw-r--r-- | games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild deleted file mode 100644 index 9aa903f05cb1..000000000000 --- a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild,v 1.4 2012/03/23 10:18:31 tupone Exp $ - -EAPI=2 -inherit eutils autotools games - -MY_P=${P/sdl-/} -DESCRIPTION="Port of the classic Sopwith game using LibSDL" -HOMEPAGE="http://sdl-sopwith.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=media-libs/libsdl-1.1.3[video]" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - rm acconfig.h - epatch "${FILESDIR}"/${P}-nogtk.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog FAQ NEWS README TODO doc/*txt - rm -rf "${D}/usr/games/share/" - prepgamesdirs -} |