/[gentoo-x86]/net-fs/wdfs/wdfs-1.4.2.ebuild
Gentoo

Contents of /net-fs/wdfs/wdfs-1.4.2.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download)
Tue Jun 22 20:05:53 2010 UTC (2 years, 10 months ago) by arfrever
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +3 -3 lines
net-misc/neon renamed to net-libs/neon.
(Portage version: HEAD/cvs/Linux x86_64)

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 }

  ViewVC Help
Powered by ViewVC 1.1.13