diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-12-21 11:15:07 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-21 23:11:26 +0100 |
commit | 16649b439bd0c9c9de0d34cad93ad371e8667fc9 (patch) | |
tree | 6749380f9766633d2313028ceb307346b23a140e /package/python-pysmb/Config.in | |
parent | b2d925159b45f04cbbc8f1a06cda34b478ca2c63 (diff) | |
download | buildroot-16649b439bd0c9c9de0d34cad93ad371e8667fc9.tar.gz buildroot-16649b439bd0c9c9de0d34cad93ad371e8667fc9.zip |
python-pysmb: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pysmb/Config.in')
-rw-r--r-- | package/python-pysmb/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/python-pysmb/Config.in b/package/python-pysmb/Config.in new file mode 100644 index 0000000000..42a9984ef7 --- /dev/null +++ b/package/python-pysmb/Config.in @@ -0,0 +1,15 @@ +config BR2_PACKAGE_PYTHON_PYSMB + bool "python-pysmb" + depends on BR2_INSTALL_LIBSTDCPP + select BR2_PACKAGE_PYTHON_PYASN + help + pysmb is an experimental SMB/CIFS library written in Python. + It implements the client-side SMB/CIFS protocol (SMB1 and SMB2) + which allows your Python application to access and transfer files + to/from SMB/CIFS shared folders like your Windows file sharing and + Samba folders. + + https://miketeo.net/wp/index.php/projects/pysmb + +comment "python-pysmb needs a toolchain w/ C++" + depends on !BR2_INSTALL_LIBSTDCPP |