diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-10-29 20:23:13 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-10-29 20:23:13 +0000 |
commit | 93ac44c528cb873efc404534321cb9ae762b44fb (patch) | |
tree | 756dd99662004a92dde954ac8f4b30f6edea9e30 /games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-93ac44c528cb873efc404534321cb9ae762b44fb.tar.gz gentoo-2-93ac44c528cb873efc404534321cb9ae762b44fb.tar.bz2 gentoo-2-93ac44c528cb873efc404534321cb9ae762b44fb.zip |
New ebuild. Bug #125381
(Portage version: 2.1.1)
Diffstat (limited to 'games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild')
-rw-r--r-- | games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild b/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild new file mode 100644 index 000000000000..345c4aa05fbc --- /dev/null +++ b/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild,v 1.1 2006/10/29 20:23:13 tupone Exp $ + +inherit eutils kde games + +MY_P=${P//_/} + +DESCRIPTION="GUI-Frontend for FlightGear" +HOMEPAGE="http://kfreeflight.sourceforge.net/" +SRC_URI="mirror://sourceforge/kfreeflight/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="games-simulation/flightgear" + +S=${WORKDIR}/${PN}-${PV%_*} + +need-kde 3.5.2 + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS NEWS TODO + + rm -rf ${D}/usr/share/applnk + make_desktop_entry ${PN} + + prepgamesdirs +} |