summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-10 17:31:31 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-10 17:31:31 +0000
commite75c5a87c8066229c865a63dae106e05ac5789c4 (patch)
tree4c277e2469e7443e5bfafafb6962f27079b39dc9 /games-misc/xcruise
parentsparc stable (diff)
downloadgentoo-2-e75c5a87c8066229c865a63dae106e05ac5789c4.tar.gz
gentoo-2-e75c5a87c8066229c865a63dae106e05ac5789c4.tar.bz2
gentoo-2-e75c5a87c8066229c865a63dae106e05ac5789c4.zip
amd64 stable
Diffstat (limited to 'games-misc/xcruise')
-rw-r--r--games-misc/xcruise/xcruise-0.24.ebuild19
1 files changed, 6 insertions, 13 deletions
diff --git a/games-misc/xcruise/xcruise-0.24.ebuild b/games-misc/xcruise/xcruise-0.24.ebuild
index 5959243e6196..9b2811df7aba 100644
--- a/games-misc/xcruise/xcruise-0.24.ebuild
+++ b/games-misc/xcruise/xcruise-0.24.ebuild
@@ -1,22 +1,17 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruise/xcruise-0.24.ebuild,v 1.2 2004/01/06 05:12:53 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruise/xcruise-0.24.ebuild,v 1.3 2004/03/10 17:29:05 vapier Exp $
DESCRIPTION="Fly about 3D-formed file system"
+HOMEPAGE="http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/"
SRC_URI="http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/${P}.tar.gz
http://members.optushome.com.au/psylence/xcruise.man"
-HOMEPAGE="http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/"
-KEYWORDS="x86 ppc ~amd64"
-SLOT="0"
LICENSE="as-is"
+SLOT="0"
+KEYWORDS="x86 ppc amd64"
DEPEND="virtual/x11"
-S="${WORKDIR}/${P}"
-
-src_unpack() {
- unpack ${P}.tar.gz
-}
src_compile() {
cp ${DISTDIR}/xcruise.man .
@@ -25,8 +20,6 @@ src_compile() {
}
src_install() {
- dobin xcruise
-
- mv xcruise.man xcruise.1
- doman xcruise.1
+ dobin xcruise || die
+ newman xcruise.man xcruise.1
}