# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-sci/gerbv/gerbv-0.15.ebuild,v 1.7 2004/10/23 22:08:20 plasmaroo Exp $ DESCRIPTION="gerbv - The gEDA Gerber Viewer" SRC_URI="http://www.geda.seul.org/dist/${P}.tar.gz" HOMEPAGE="http://www.geda.seul.org" IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 alpha sparc ~ppc" DEPEND=">=sys-libs/glibc-2.1.3 >=dev-libs/glib-1.2.10 >=x11-libs/gtk+-1.2.10 media-libs/gdk-pixbuf virtual/x11" src_compile() { econf || die emake || die } src_install () { make DESTDIR=${D} install || die dodoc AUTHORS CONTRIBUTORS COPYING ChangeLog NEWS README }