# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-fs/davfs2/davfs2-0.2.7.ebuild,v 1.1 2006/02/06 12:14:19 genstef Exp $ inherit linux-info eutils DESCRIPTION="a Linux file system driver that allows you to mount a WebDAV server as a local disk drive. Davfs2 uses Coda for kernel driver and neon for WebDAV interface" SRC_URI="mirror://sourceforge/dav/${P}.tar.gz" HOMEPAGE="http://dav.sourceforge.net" LICENSE="GPL-2" KEYWORDS="~ppc ~x86" IUSE="ssl debug socks5" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) socks5? ( >=net-proxy/dante-1.1.13 ) dev-libs/libxml2 ${D}/etc/modules.d/davfs2 <