# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp DESCRIPTION="Gnono - rewrite of Windows card game WUNO" DEPEND="gnome-base/gnome" HOMEPAGE="http://www.paw.co.za/projects/${PN}" LICENSE="GPL" SRC_URI="ftp://ftp.paw.co.za/pub/PAW/sources/${P}.tar.gz" S=${WORKDIR}/${P} src_compile() { ./configure \ --build=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install() { einstall || die # make DESTDIR=${D} install || die }