# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="gPhotoFS -- FUSE based filesystem for gphoto2" HOMEPAGE="http://www.gphoto.org/" SRC_URI="http://voxel.dl.sourceforge.net/sourceforge/gphoto/${P}.tar.bz2" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=media-libs/libgphoto2-2.1 >=dev-libs/glib-2.6 >=sys-fs/fuse-2.2" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die }