summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2006-07-04 12:02:45 +0000
committerTiziano Müller <dev-zero@gentoo.org>2006-07-04 12:02:45 +0000
commit4fc211cde0bcdf4939499ff7cb1c34ddc9b562d4 (patch)
tree77f83727e3787b3b874d86337777fe11e62383cc /net-fs/wdfs/wdfs-1.2.1.ebuild
parentVersion bump net-mail/dbmail to 2.1.6, ~amd64 added (diff)
downloadsunrise-4fc211cde0bcdf4939499ff7cb1c34ddc9b562d4.tar.gz
sunrise-4fc211cde0bcdf4939499ff7cb1c34ddc9b562d4.tar.bz2
sunrise-4fc211cde0bcdf4939499ff7cb1c34ddc9b562d4.zip
net-fs/wdfs: New ebuild for bug 110716
svn path=/sunrise/; revision=462
Diffstat (limited to 'net-fs/wdfs/wdfs-1.2.1.ebuild')
-rw-r--r--net-fs/wdfs/wdfs-1.2.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-fs/wdfs/wdfs-1.2.1.ebuild b/net-fs/wdfs/wdfs-1.2.1.ebuild
new file mode 100644
index 000000000..ae4251c04
--- /dev/null
+++ b/net-fs/wdfs/wdfs-1.2.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="wdfs is a webdav filesystem with special features for accessing subversion repositories"
+HOMEPAGE="http://noedler.de/projekte/wdfs/"
+SRC_URI="http://noedler.de/projekte/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=">=net-misc/neon-0.24.7
+ >=sys-fs/fuse-2.3"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ emake DESTDIR=${D} install || die "make install failed"
+ dodoc ChangeLog AUTHORS NEWS README
+}