diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-12-16 04:10:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-12-16 04:10:39 +0000 |
commit | 9fa9bb435107287ddae1631aee2cd0d94bf51403 (patch) | |
tree | a0546d89c0d0f43d5c28eb4b14a333d96fd2e8c4 /games-arcade/bumprace/bumprace-1.5.3.ebuild | |
parent | EAPI=5 (diff) | |
download | gentoo-2-9fa9bb435107287ddae1631aee2cd0d94bf51403.tar.gz gentoo-2-9fa9bb435107287ddae1631aee2cd0d94bf51403.tar.bz2 gentoo-2-9fa9bb435107287ddae1631aee2cd0d94bf51403.zip |
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-arcade/bumprace/bumprace-1.5.3.ebuild')
-rw-r--r-- | games-arcade/bumprace/bumprace-1.5.3.ebuild | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/games-arcade/bumprace/bumprace-1.5.3.ebuild b/games-arcade/bumprace/bumprace-1.5.3.ebuild index 28a9d23e2dde..07f7897c3087 100644 --- a/games-arcade/bumprace/bumprace-1.5.3.ebuild +++ b/games-arcade/bumprace/bumprace-1.5.3.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/bumprace/bumprace-1.5.3.ebuild,v 1.4 2011/02/25 21:48:05 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bumprace/bumprace-1.5.3.ebuild,v 1.5 2014/12/16 04:10:39 mr_bones_ Exp $ +EAPI=5 inherit eutils games DESCRIPTION="simple arcade racing game" @@ -13,14 +14,15 @@ SLOT="0" KEYWORDS="~amd64 ppc ~sparc x86" IUSE="" -DEPEND="media-libs/libsdl - media-libs/sdl-mixer - virtual/jpeg - media-libs/sdl-image" +DEPEND="media-libs/libsdl[sound,video] + media-libs/sdl-mixer[mod] + virtual/jpeg:0 + sys-libs/zlib + media-libs/sdl-image[gif,jpeg,png]" +RDEPEND=${DEPEND} src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog FAQ README + default make_desktop_entry bumprace BumpRace prepgamesdirs } |