# 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="A frontend for gPhoto 2" HOMEPAGE="http://gphoto.org/gphoto2/gtk.html" LICENSE="GPL-2" DEPEND=">=x11-libs/gtk+-1.2.10-r7 >=media-libs/gdk-pixbuf-0.17.0 >=media-gfx/gphoto2-2.0-r1" SRC_URI="http://telia.dl.sourceforge.net/sourceforge/gphoto/${P}.tar.gz http://unc.dl.sourceforge.net/sourceforge/gphoto/${P}.tar.gz http://belnet.dl.sourceforge.net/sourceforge/gphoto/${P}.tar.gz" S=${WORKDIR}/${P} src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --without-gimp || die emake || die #make || die } src_install () { make \ prefix=${D}/usr \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die dodoc ABOUT-NLS AUTHORS COPYING INSTALL MANUAL NEWS README }