# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-9999.ebuild,v 1.8 2011/11/10 11:28:22 sping Exp $ EAPI=2 inherit autotools eutils games git-2 DESCRIPTION="A 2D puzzle platformer game" HOMEPAGE="http://kiwisauce.com/beret/" EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git https://git.gitorious.org/${PN}/${PN}.git" KEYWORDS="~amd64 ~x86" LICENSE="LGPL" SLOT="0" IUSE="" # KEYWORDS way up DEPEND="media-libs/libsdl" RDEPEND="${DEPEND}" S=${WORKDIR}/${PN}-${PN} src_prepare() { cp /usr/include/SDL/* ./ } src_install() { emake DESTDIR="${D}" default || die "emake install failed" newgamesbin beret ${PN} || die "newgamesbin failed" prepgamesdirs }