[Lunar-commits] <moonbase-other> cifs-utils: introduction to moonbase
v4hn
me at v4hn.de
Wed Jul 25 13:36:48 CEST 2012
commit 65c89d3fee79adf4a5638131a3c49f0da9a02c25
Author: Alexander Lindemann <z3r03nna at antiniveau.dyndns.org>
Date: Wed, 25 Jul 2012 04:36:48 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/65c89d3fee79adf4a5638131a3c49f0da9a02c25
cifs-utils: introduction to moonbase
---
zbeta/cifs-utils/DEPENDS +2/-0
zbeta/cifs-utils/DETAILS +21/-0
2 files changed, 23 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/zbeta/cifs-utils/DEPENDS
@@ -0,0 +1,2 @@
+optional_depends "libcap" "--with-libcap" "--without-libcap" "for libcap support"
+optional_depends "libcap-ng" "--with-libcap-ng=yes" "--without-libcap-ng" "for libcap-ng support"
--- /dev/null
+++ b/zbeta/cifs-utils/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=cifs-utils
+ VERSION=5.5
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE_URL=ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:355886c4b5bf9c4ac50756d6ec745aee3044d428
+ WEB_SITE="https://wiki.samba.org/index.php/LinuxCIFS_utils"
+ ENTERED=20120723
+ UPDATED=20120723
+ SHORT="Usermode-Helper for mounting SMB/CIFS shares"
+cat <<EOF
+The in-kernel CIFS filesystem is generally the preferred method for
+mounting SMB/CIFS shares on Linux.
+
+The in-kernel CIFS filesystem relies on a set of user-space tools. That
+package of tools is called cifs-utils. Although not really part
+of Samba proper, these tools were originally part of the Samba
+package. For several reasons, shipping these tools as part of Samba
+was problematic and it was deemed better to split them off into their
+own package.
+EOF
More information about the Lunar-commits
mailing list