# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Fuse-filesystem providing userland autofs." SRC_URI="mirror://sourceforge/afuse/${P}.tar.gz" HOMEPAGE="http://afuse.sourceforge.net/" LICENSE="GPL-2" DEPEND=">=sys-fs/fuse-2.3" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" SLOT="0" IUSE="" src_install () { make DESTDIR=${D} install || die "make install failed" dodoc README NEWS ChangeLog AUTHORS }