diff options
author | Ian Leitch <port001@gentoo.org> | 2004-06-20 17:56:13 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2004-06-20 17:56:13 +0000 |
commit | a450230b8a48ed7eef2b9f75f2696935d0dfa156 (patch) | |
tree | 3129a65d85db4672d15ae431fbef8e503df7aa22 /x11-misc/xmountains/xmountains-2.7.ebuild | |
parent | Version bumped. Ebuilds cleanup. (Manifest recommit) (diff) | |
download | gentoo-2-a450230b8a48ed7eef2b9f75f2696935d0dfa156.tar.gz gentoo-2-a450230b8a48ed7eef2b9f75f2696935d0dfa156.tar.bz2 gentoo-2-a450230b8a48ed7eef2b9f75f2696935d0dfa156.zip |
Version bump to 2.7, fixed use of HOMEPAGE in SRC_URI.
Diffstat (limited to 'x11-misc/xmountains/xmountains-2.7.ebuild')
-rw-r--r-- | x11-misc/xmountains/xmountains-2.7.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-misc/xmountains/xmountains-2.7.ebuild b/x11-misc/xmountains/xmountains-2.7.ebuild new file mode 100644 index 000000000000..c1cfc415e889 --- /dev/null +++ b/x11-misc/xmountains/xmountains-2.7.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmountains/xmountains-2.7.ebuild,v 1.1 2004/06/20 17:56:13 port001 Exp $ + +DESCRIPTION="Fractal terrains of snow-capped mountains near water" +HOMEPAGE="http://www.epcc.ed.ac.uk/~spb/${PN}/" +MY_P="${P/-/_}" +SRC_URI="http://www.epcc.ed.ac.uk/~spb/${PN}/${MY_P}.tar.gz" +S="${WORKDIR}" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND="virtual/x11" + +src_compile() { + xmkmf || die + make CFLAGS="${CFLAGS} -DVROOT" || die +} + +src_install() { + make DESTDIR=${D} install || die "install failed" + dodoc README + cp xmountains.man xmountains.1 + doman xmountains.1 +} |