# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/gfifteen-1.0.2.ebuild,v 1.1 2012/04/18 19:19:36 mr_bones_ Exp $ EAPI=2 inherit eutils DESCRIPTION="file system representation of CSV data" HOMEPAGE="https://frigidcode.com/code/csvfs/" SRC_URI="ftp://frigidcode.com/csvfs/source/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-libs/glib-2.32 sys-fs/fuse >=dev-libs/libcsv-3.0.2" DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { emake DESTDIR="${D}" install || die dodoc README ChangeLog || die }