diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-23 20:44:24 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-23 21:17:20 +0200 |
commit | ecdf6f2ed86478134b2df76aa7f1f836dac11397 (patch) | |
tree | 02bea97ff19896512eab1270a6d967574cabab57 /games-arcade/ri-li/ri-li-2.0.1-r1.ebuild | |
parent | games-arcade/retrobattle: Drop old (diff) | |
download | gentoo-ecdf6f2ed86478134b2df76aa7f1f836dac11397.tar.gz gentoo-ecdf6f2ed86478134b2df76aa7f1f836dac11397.tar.bz2 gentoo-ecdf6f2ed86478134b2df76aa7f1f836dac11397.zip |
games-arcade/ri-li: Stop using games.eclass
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade/ri-li/ri-li-2.0.1-r1.ebuild')
-rw-r--r-- | games-arcade/ri-li/ri-li-2.0.1-r1.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/games-arcade/ri-li/ri-li-2.0.1-r1.ebuild b/games-arcade/ri-li/ri-li-2.0.1-r1.ebuild new file mode 100644 index 000000000000..9fc7f0cd4a6a --- /dev/null +++ b/games-arcade/ri-li/ri-li-2.0.1-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools desktop + +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-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="media-libs/libsdl[sound,video] + media-libs/sdl-mixer[mod]" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/Ri-li-${PV}" + +src_prepare() { + default + eapply "${FILESDIR}"/${P}-gcc43.patch + mv configure.{in,ac} + rm aclocal.m4 + eautoreconf +} + +src_install() { + default + rm -f "${ED}/usr/share/Ri-li/"*ebuild + newicon data/Ri-li-icon-48x48.png ${PN}.png + make_desktop_entry Ri_li Ri-li +} |