diff options
-rw-r--r-- | app-misc/celestia/ChangeLog | 10 | ||||
-rw-r--r-- | app-misc/celestia/celestia-1.2.4.ebuild | 39 | ||||
-rw-r--r-- | app-misc/celestia/files/digest-celestia-1.2.4 | 1 |
3 files changed, 49 insertions, 1 deletions
diff --git a/app-misc/celestia/ChangeLog b/app-misc/celestia/ChangeLog index 3d0d7c74d052..e621038b457d 100644 --- a/app-misc/celestia/ChangeLog +++ b/app-misc/celestia/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-misc/celestia # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/ChangeLog,v 1.1 2002/04/13 12:22:11 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/ChangeLog,v 1.2 2002/05/04 12:16:44 seemant Exp $ + +*celestia-1.2.4 (4 May 2002) + + 4 May 2002; Seemant Kulleen <seemant@gentoo.org> celestia-1.2.4.ebuild + files/digest-celestia-1.2.4 : + + Version bump, which hopefully sorts out compilation errors that were reported + by greg@digitalinfo.net (Greg Anuzelli) in bug #2394 *celestia-1.2.2 (13 Apr 2002) diff --git a/app-misc/celestia/celestia-1.2.4.ebuild b/app-misc/celestia/celestia-1.2.4.ebuild new file mode 100644 index 000000000000..522882b788f2 --- /dev/null +++ b/app-misc/celestia/celestia-1.2.4.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Bruce A. Locke <blocke@shivan.org> +# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/celestia-1.2.4.ebuild,v 1.1 2002/05/04 12:16:44 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Celestia is a free real-time space simulation that lets you experience our universe in three dimensions" +SRC_URI="http://telia.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://www.shatters.net/celestia" +SLOT="0" + +DEPEND="gtk? ( =x11-libs/gtk+-1.2* =x11-libs/gtkglarea-1.2* ) + gnome? ( =gnome-base/gnome-libs-1.4* ) + virtual/glu >=media-libs/glut-3.7-r2 + media-libs/jpeg >=media-libs/libpng-1.2.1" + +src_compile() { + + local myconf + + # currently celestia's "gtk support" requires gnome + use gtk || myconf="--without-gtk" + use gnome || myconf="--without-gtk" + + ./configure --prefix=/usr ${myconf} || die + + emake all || die + +} + +src_install() { + + make install prefix=${D}/usr + + dodoc AUTHORS COPYING NEWS README TODO controls.txt + dohtml manual/*.html manual/*.css + +} + diff --git a/app-misc/celestia/files/digest-celestia-1.2.4 b/app-misc/celestia/files/digest-celestia-1.2.4 new file mode 100644 index 000000000000..b0d3b02671b8 --- /dev/null +++ b/app-misc/celestia/files/digest-celestia-1.2.4 @@ -0,0 +1 @@ +MD5 0378cd4507ebf4691c86a59c0825221b celestia-1.2.4.tar.gz 10280646 |