# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools DESCRIPTION="Linux FUSE (or coda) driver that allows you to mount a WebDAV resource" HOMEPAGE="https://savannah.nongnu.org/projects/davfs2" SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ppc x86" IUSE="nls" RESTRICT="test" RDEPEND="dev-libs/libxml2 > /etc/fstab" elog " (as user)" elog " \$ mkdir -p ~/dav" elog " \$ mount ~/dav" elog }