Files
@ 7b51f8bc6d6f
Branch filter:
Location: ohnobinki_overlay/dev-games/supertux-editor/supertux-editor-9999.ebuild - annotation
7b51f8bc6d6f
781 B
application/vnd.gentoo.ebuild
dev-games/supertux-editor: Fix accidental tarballing up an uncommitted supertux-editor patch. Also, add supertux:1 as an RDEPEND of supertux-editor since the data files are needed.
(Portage version: 2.2.0_alpha24/hg/Linux i686, unsigned Manifest commit)
(Portage version: 2.2.0_alpha24/hg/Linux i686, unsigned Manifest commit)
ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 7b51f8bc6d6f ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 ddea18d1e862 | # Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit eutils mono multilib subversion
DESCRIPTION="Level editor for supertux milestone 2"
HOMEPAGE="http://supertux.lethargik.org/wiki/Editor_FAQ"
ESVN_REPO_URI="http://supertux.lethargik.org/svn/supertux/trunk/supertux-editor"
LICENSE="GPL-2 GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="dev-lang/mono
dev-dotnet/glade-sharp:2
dev-dotnet/gtk-sharp:2"
RDEPEND="${DEPEND}
games-arcade/supertux:1
=media-libs/libsdl-1.2*[opengl,X]
media-libs/sdl-image[png]
virtual/glu
virtual/opengl"
src_install()
{
insinto /usr/$(get_libdir)/${PN}
doins *.{config,dll,exe} || die
make_wrapper ${PN} "mono /usr/$(get_libdir)/${PN}/supertux-editor.exe"
}
|