add EncfsJava srclib

This commit is contained in:
David Black 2012-10-06 13:23:50 +01:00
parent 8ce4592755
commit 0ad3c89367

View file

@ -1170,6 +1170,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
vcs.gotorevision(ref)
return sdir
if name == 'EncfsJava':
sdir = os.path.join(extlib_dir, 'EncfsJava')
vcs = getvcs('git',
'https://github.com/mrpdaemon/encfs-java.git', sdir, sdk_path)
vcs.gotorevision(ref)
return sdir
raise BuildException('Unknown srclib ' + name)