28 lines
719 B
Bash
28 lines
719 B
Bash
|
# Copyright 1999-2012 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.5 2012/05/04 19:09:18 jdhore Exp $
|
||
|
|
||
|
EAPI="4"
|
||
|
|
||
|
inherit autotools git-2
|
||
|
EGIT_REPO_URI="git://git.code.sf.net/p/posixovl/posixovl"
|
||
|
|
||
|
DESCRIPTION="Fuse-filesystem utilizing the Fat POSIX Overlay"
|
||
|
HOMEPAGE="http://sourceforge.net/projects/posixovl/"
|
||
|
|
||
|
LICENSE="GPL-2"
|
||
|
KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
|
||
|
SLOT="0"
|
||
|
IUSE=""
|
||
|
|
||
|
CDEPEND=">=sys-fs/fuse-2.6.0_pre3"
|
||
|
RDEPEND="${CDEPEND}"
|
||
|
DEPEND="${CDEPEND}
|
||
|
virtual/pkgconfig"
|
||
|
|
||
|
src_prepare() {
|
||
|
eautoreconf
|
||
|
}
|
||
|
|
||
|
#DOCS=( README NEWS ChangeLog AUTHORS FAQ.txt )
|