# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Displays relative 3-dimensional positions of stars in space." HOMEPAGE="http://www.starplot.org" SRC_URI="http://starplot.org/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/gtk+-2.1* >=dev-cpp/gtkmm-2.1*" RDEPEND="dev-cpp/gtkmm x11-libs/gtk+" src_unpack () { unpack ${A} cd ${S} } src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install () { einstall || die "einstall failed" dodir /usr/share/pixmaps insinto /usr/share/pixmaps doins *.xpm make DESTDIR="${D}" install || die "install failed" dodoc *.html ChangeLog ABOUT-NLS AUTHORS COPYING NEWS NLS-TEAM README TODO }