summaryrefslogtreecommitdiff
path: root/package/wdfs
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/wdfs
Initial import
Diffstat (limited to 'package/wdfs')
-rw-r--r--package/wdfs/Config.in14
-rw-r--r--package/wdfs/Makefile26
-rw-r--r--package/wdfs/ipkg/wdfs.control5
3 files changed, 45 insertions, 0 deletions
diff --git a/package/wdfs/Config.in b/package/wdfs/Config.in
new file mode 100644
index 000000000..35665e1af
--- /dev/null
+++ b/package/wdfs/Config.in
@@ -0,0 +1,14 @@
+config ADK_PACKAGE_WDFS
+ prompt "wdfs.............................. WebDAV filesystem"
+ tristate
+ default n
+ select ADK_PACKAGE_FUSE_UTILS
+ select ADK_PACKAGE_NEON
+ select ADK_PACKAGE_GLIB2
+ help
+ WebDAV is an extension to HTTP that allows remote collaborative
+ authoring of Web resources, defined in RFC 2518.
+
+ wdfs is a FUSE userland filesystem allowing to mount WebDAV
+ shares as local filesystems, with optional support of transparent
+ versioning with subversion (not yet included in this package).
diff --git a/package/wdfs/Makefile b/package/wdfs/Makefile
new file mode 100644
index 000000000..a6858dd19
--- /dev/null
+++ b/package/wdfs/Makefile
@@ -0,0 +1,26 @@
+# $Id$
+#-
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include ${TOPDIR}/rules.mk
+
+PKG_NAME= wdfs
+PKG_VERSION= 1.4.2
+PKG_RELEASE= 2
+PKG_MD5SUM= 628bb44194d04c1cf8aacc446ed0a230
+MASTER_SITES= http://noedler.de/projekte/wdfs/
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,WDFS,wdfs,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+CONFIGURE_STYLE= gnu
+BUILD_STYLE= auto
+INSTALL_STYLE= auto
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_WDFS}/usr/bin
+ ${CP} ${WRKINST}/usr/bin/wdfs ${IDIR_WDFS}/usr/bin
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/wdfs/ipkg/wdfs.control b/package/wdfs/ipkg/wdfs.control
new file mode 100644
index 000000000..f2e0cf338
--- /dev/null
+++ b/package/wdfs/ipkg/wdfs.control
@@ -0,0 +1,5 @@
+Package: wdfs
+Priority: optional
+Section: net
+Depends: openssl, fuse-utils, kmod-fuse, libfuse, neon, glib2
+Description: WebDAV filesystem