diff options
Diffstat (limited to 'games-arcade/ri-li/ri-li-1.0.3.ebuild')
-rw-r--r-- | games-arcade/ri-li/ri-li-1.0.3.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/games-arcade/ri-li/ri-li-1.0.3.ebuild b/games-arcade/ri-li/ri-li-1.0.3.ebuild new file mode 100644 index 000000000000..495027b992b4 --- /dev/null +++ b/games-arcade/ri-li/ri-li-1.0.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-1.0.3.ebuild,v 1.1 2006/07/28 03:09:30 mr_bones_ Exp $ + +inherit eutils games + +DESCRIPTION="Drive a toy wood engine and collect all the coaches" +HOMEPAGE="http://ri-li.sourceforge.net/" +SRC_URI="mirror://sourceforge/ri-li/Ri-li-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND="media-libs/libsdl + media-libs/sdl-mixer" + +S=${WORKDIR}/Ri-li-${PV} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + rm -f "${D}${GAMES_DATADIR}/Ri-li/"*ebuild + doicon "${D}${GAMES_DATADIR}/Ri-li/"*png + dodoc AUTHORS ChangeLog NEWS README + make_desktop_entry Ri_li Ri-li Ri-li-icon-48x48.png + prepgamesdirs +} |