diff options
Diffstat (limited to 'games-puzzle/numptyphysics/numptyphysics-142.ebuild')
-rw-r--r-- | games-puzzle/numptyphysics/numptyphysics-142.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/games-puzzle/numptyphysics/numptyphysics-142.ebuild b/games-puzzle/numptyphysics/numptyphysics-142.ebuild deleted file mode 100644 index 698078a..0000000 --- a/games-puzzle/numptyphysics/numptyphysics-142.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit games subversion - -ESVN_REPO_URI="https://vcs.maemo.org/svn/numptyphysics/trunk" -if [[ "$PV" != "9999" ]] ; then - ESVN_REVISION="$PV" -fi - -DESCRIPTION="a drawing puzzle game in the spirit of Crayon Physics using the same excellent Box2D engine" -HOMEPAGE="http://numptyphysics.garage.maemo.org/" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="media-libs/libsdl - media-libs/sdl-image[png] - media-libs/sdl-ttf - x11-libs/libX11 - dev-libs/box2d - sys-libs/zlib" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch ${FILESDIR}/"${P}-ownbox2d.patch" - sed -i -e "s:/usr/share/numptyphysics:"${GAMES_DATADIR}"/"${PN}"/:g" -i Config.h || die 'sed failed' -} - -src_configure() { - egamesconf --disable-hildon || die "egamesconf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" - doicon data/icon64/${PN}.png - make_desktop_entry "${PN}" "${PN}" - prepgamesdirs -} - -pkg_preinst() { - games_pkg_postinst -} |