diff options
author | 2015-01-03 18:39:47 +0000 | |
---|---|---|
committer | 2015-01-03 18:39:47 +0000 | |
commit | a0e54f1774a6469bbe25ddbf42c931a0ba0b66ef (patch) | |
tree | 04f2db5d2f1b1cb2d13ae0ce8b421d40db364d2f /games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild | |
parent | Support linking against libsystemd, bug #526362. (diff) | |
download | gentoo-2-a0e54f1774a6469bbe25ddbf42c931a0ba0b66ef.tar.gz gentoo-2-a0e54f1774a6469bbe25ddbf42c931a0ba0b66ef.tar.bz2 gentoo-2-a0e54f1774a6469bbe25ddbf42c931a0ba0b66ef.zip |
EAPI 4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild')
-rw-r--r-- | games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild b/games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild index 617a8b9139ae..c33ef5a9f0bd 100644 --- a/games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild +++ b/games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild @@ -1,8 +1,8 @@ -# 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/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild,v 1.2 2009/10/29 14:36:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild,v 1.3 2015/01/03 18:39:47 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games CDOGS_DATA="cdogs-data-2007-07-06" @@ -44,13 +44,13 @@ src_compile() { SYSTEM="\"linux\"" \ STRIP=true \ DATADIR="${GAMES_DATADIR}/${PN}" \ - cdogs || die "emake failed" + cdogs } src_install() { - dogamesbin cdogs || die "dogamesbin failed" + dogamesbin cdogs insinto "${GAMES_DATADIR}/${PN}" - doins -r ../data/* || die "doins failed" + doins -r ../data/* newicon ../data/cdogs_icon.png ${PN}.png dodoc ../doc/{README,AUTHORS,ChangeLog,README_DATA,TODO,original_readme.txt} make_desktop_entry "cdogs -fullscreen" C-Dogs |