summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/skystreets/skystreets-0.2.4.ebuild')
-rw-r--r--games-arcade/skystreets/skystreets-0.2.4.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/games-arcade/skystreets/skystreets-0.2.4.ebuild b/games-arcade/skystreets/skystreets-0.2.4.ebuild
index b0905b5f6eee..98ddeed70325 100644
--- a/games-arcade/skystreets/skystreets-0.2.4.ebuild
+++ b/games-arcade/skystreets/skystreets-0.2.4.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/skystreets/skystreets-0.2.4.ebuild,v 1.6 2009/02/02 17:05:33 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/skystreets/skystreets-0.2.4.ebuild,v 1.7 2015/03/16 06:53:16 mr_bones_ Exp $
-EAPI=2
+EAPI=5
inherit eutils games
DESCRIPTION="A remake of the old DOS game Skyroads"
-HOMEPAGE="http://skystreets.kaosfusion.com/"
-SRC_URI="http://skystreets.kaosfusion.com/${P}.tar.bz2"
+HOMEPAGE="http://freecode.com/projects/skystreets"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="OSL-2.0"
SLOT="0"
@@ -16,7 +16,7 @@ IUSE=""
DEPEND="virtual/opengl
virtual/glu
- media-libs/libsdl
+ media-libs/libsdl[opengl,video]
media-libs/sdl-image"
src_prepare() {
@@ -25,9 +25,8 @@ src_prepare() {
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ default
newicon gfx/sunscene.png ${PN}.png
make_desktop_entry ${PN} SkyStreets
- dodoc AUTHORS BUGS CODE ChangeLog README TODO
prepgamesdirs
}