| 1 |
# Copyright 1999-2010 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/net-fs/wdfs/wdfs-1.4.2.ebuild,v 1.4 2009/04/18 13:38:53 maekke Exp $
|
| 4 |
|
| 5 |
DESCRIPTION="WebDAV filesystem with special features for accessing subversion repositories"
|
| 6 |
HOMEPAGE="http://noedler.de/projekte/wdfs/"
|
| 7 |
SRC_URI="http://noedler.de/projekte/${PN}/${P}.tar.gz"
|
| 8 |
|
| 9 |
LICENSE="GPL-2"
|
| 10 |
SLOT="0"
|
| 11 |
KEYWORDS="amd64 x86"
|
| 12 |
IUSE=""
|
| 13 |
|
| 14 |
RDEPEND=">=net-libs/neon-0.24.7
|
| 15 |
>=sys-fs/fuse-2.5"
|
| 16 |
DEPEND="${RDEPEND}"
|
| 17 |
|
| 18 |
src_install() {
|
| 19 |
emake DESTDIR="${D}" install || die "make install failed"
|
| 20 |
dodoc ChangeLog AUTHORS NEWS README
|
| 21 |
}
|