# Copyright 1999-2010 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.2.ebuild,v 1.1 2010/06/03 20:40:14 mr_bones_ Exp $ EAPI=2 inherit eutils 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="" S=${WORKDIR}/${MY_P} RDEPEND=">=media-libs/freetype-2 >=media-libs/libsdl-1.1.3 dev-libs/atk x11-libs/pango >=x11-libs/gtk+-2 >=dev-libs/glib-2" DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog FAQ NEWS README TODO doc/*txt rm -rf "${D}/usr/games/share/" prepgamesdirs }