diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-06 22:03:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-06 22:03:19 +0000 |
commit | fe3d1f1849c041b06a0bd0cb5aa6382cd90bdc21 (patch) | |
tree | 382b38a77284ccfd82eb46d3dc1c5775efcff65d /games-misc/xcruiser/xcruiser-0.30.ebuild | |
parent | dont put $ARCH into USE, let portage do it (diff) | |
download | gentoo-2-fe3d1f1849c041b06a0bd0cb5aa6382cd90bdc21.tar.gz gentoo-2-fe3d1f1849c041b06a0bd0cb5aa6382cd90bdc21.tar.bz2 gentoo-2-fe3d1f1849c041b06a0bd0cb5aa6382cd90bdc21.zip |
xcruise was renamed to xcruiser; version bumped (bug #53824)
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-misc/xcruiser/xcruiser-0.30.ebuild')
-rw-r--r-- | games-misc/xcruiser/xcruiser-0.30.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games-misc/xcruiser/xcruiser-0.30.ebuild b/games-misc/xcruiser/xcruiser-0.30.ebuild new file mode 100644 index 000000000000..6a5cb0f453e1 --- /dev/null +++ b/games-misc/xcruiser/xcruiser-0.30.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruiser/xcruiser-0.30.ebuild,v 1.1 2005/05/06 22:03:19 mr_bones_ Exp $ + +DESCRIPTION="Fly about 3D-formed file system" +HOMEPAGE="http://xcruiser.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="" + +DEPEND="virtual/x11" + +src_compile() { + xmkmf -a + emake || die "emake failed" +} + +src_install() { + dobin xcruiser || die "dobin failed" + dodoc CHANGES INSTALL README README.jp TODO + newman xcruiser.man xcruiser.1 +} |