# 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="libgphoto2 - " DEPEND="" HOMEPAGE="http://${PN}.sourceforge.net/" LICENSE="MIT" SRC_URI="http://n-dimensional.de/projects/digicam/software/snapshots/${P}dev6.tar.bz2" S=${WORKDIR}/${P}dev6 src_compile() { ./configure \ --build=${CHOST} \ --prefix=/usr \ --without-fig2dev \ --with-exif \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING INSTALL README TODO }