Files
Sander van Grieken 80e475919c smbnetfs: add recipe for smbnetfs, a fuse filesystem for windows networks
Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-24 08:23:58 +02:00

17 lines
420 B
BlitzBasic

DESCRIPTION = "smbnetfs"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
HOMEPAGE ="http://sourceforge.net/projects/smbnetfs"
DEPENDS = "fuse samba"
inherit autotools gitpkgv
PKGV = "${GITPKGVTAG}"
SRCREV = "ace1c519d45fe488b9b7e6cc77a2bcadb6c83464"
SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;protocol=git;branch=master"
S = "${WORKDIR}/git"