summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/curlftpfs/curlftpfs-0.9.ebuild')
-rw-r--r--net-fs/curlftpfs/curlftpfs-0.9.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-fs/curlftpfs/curlftpfs-0.9.ebuild b/net-fs/curlftpfs/curlftpfs-0.9.ebuild
new file mode 100644
index 000000000000..3c619ec913c2
--- /dev/null
+++ b/net-fs/curlftpfs/curlftpfs-0.9.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.ebuild,v 1.1 2006/11/10 17:21:43 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.15.2
+ >=sys-fs/fuse-2.2"
+
+src_install() {
+ emake DESTDIR=${D} install || die "emake install failed"
+ dodoc README
+}