# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/xearth/xearth-1.1.ebuild,v 1.9 2003/03/09 07:05:37 vladimir Exp $ HOMEPAGE="http://www.cs.colorado.edu/~tuna/xearth/" DESCRIPTION="Xearth sets the X root window to an image of the Earth" SRC_URI="ftp://cag.lcs.mit.edu/pub/tuna/${P}.tar.gz ftp://ftp.cs.colorado.edu/users/tuna/${P}.tar.gz" SLOT="0" LICENSE="xearth" KEYWORDS="x86 sparc ppc" DEPEND="virtual/x11" src_compile() { xmkmf || die mv Makefile Makefile.orig sed -e "s:CDEBUGFLAGS = .*:CDEBUGFLAGS = ${CFLAGS} -fno-strength-reduce:" \ Makefile.orig > Makefile emake || die } src_install() { newman xearth.man xearth.1 dobin xearth dodoc BUILT-IN GAMMA-TEST HISTORY INSTALL README }