summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb')
-rw-r--r--meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
new file mode 100644
index 000000000..a0eddbc79
--- /dev/null
+++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
@@ -0,0 +1,25 @@
1SUMMARY = "FUSE module for mounting an entire SMB/NMB network in a single directory"
2DESCRIPTION = "SMBNetFS is a Linux/FreeBSD filesystem that allow you to use \
3 samba/microsoft network in the same manner as the network \
4 neighborhood in Microsoft Windows. Please donate me to help \
5 in SMBNetFS development."
6
7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
9HOMEPAGE ="http://sourceforge.net/projects/smbnetfs"
10
11DEPENDS = "fuse samba"
12
13inherit autotools gitpkgv pkgconfig
14
15PKGV = "${GITPKGVTAG}"
16
17SRCREV = "ace1c519d45fe488b9b7e6cc77a2bcadb6c83464"
18
19SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \
20 file://configure.patch"
21
22PACKAGECONFIG ??= ""
23PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring"
24
25S = "${WORKDIR}/git"