summaryrefslogtreecommitdiff
blob: 4907c14a0816947814c78e9131291e07aa928389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.1.ebuild,v 1.1 2007/04/08 07:45:38 genstef Exp $

DESCRIPTION="CurlFtpFS is a filesystem for acessing ftp hosts based on FUSE"
HOMEPAGE="http://curlftpfs.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
	>=net-misc/curl-7.16.1
	>=sys-fs/fuse-2.2
	>=dev-libs/glib-2.0"

DEPEND="${RDEPEND}"

src_install() {
	emake DESTDIR=${D} install || die "emake install failed"
	dodoc README
}