diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-10-05 01:33:48 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-10-05 01:33:48 +0000 |
commit | a443b523fa8006376152ce4467bf6c50b69b8528 (patch) | |
tree | 75d2b10888b4f5af387cd283e2fe9a79bf7159bf /games-action/extreme-tuxracer | |
parent | version bump for GNOME 2.20 (diff) | |
download | gentoo-2-a443b523fa8006376152ce4467bf6c50b69b8528.tar.gz gentoo-2-a443b523fa8006376152ce4467bf6c50b69b8528.tar.bz2 gentoo-2-a443b523fa8006376152ce4467bf6c50b69b8528.zip |
nitpick
(Portage version: 2.1.3.11)
Diffstat (limited to 'games-action/extreme-tuxracer')
-rw-r--r-- | games-action/extreme-tuxracer/extreme-tuxracer-0.35.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/extreme-tuxracer/extreme-tuxracer-0.35.ebuild b/games-action/extreme-tuxracer/extreme-tuxracer-0.35.ebuild index 5d482a3de8b7..582257836fc9 100644 --- a/games-action/extreme-tuxracer/extreme-tuxracer-0.35.ebuild +++ b/games-action/extreme-tuxracer/extreme-tuxracer-0.35.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.35.ebuild,v 1.1 2007/10/04 22:21:36 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.35.ebuild,v 1.2 2007/10/05 01:33:48 nyhm Exp $ inherit eutils games -DESCRIPTION="High speed arctic racing game based on TuxRacer." +DESCRIPTION="High speed arctic racing game based on Tux Racer" HOMEPAGE="http://www.extremetuxracer.com/" -SRC_URI="mirror://sourceforge/extremetuxracer/extreme-tuxracer-0.35.tar.gz" +SRC_URI="mirror://sourceforge/${PN/-}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} src_install() { emake install DESTDIR="${D}" || die "emake install failed" dodoc AUTHORS ChangeLog - doicon ${FILESDIR}/${PN}.svg + doicon "${FILESDIR}"/${PN}.svg make_desktop_entry etracer "Extreme Tux Racer" ${PN}.svg prepgamesdirs } |