diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-12-29 08:38:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-31 08:22:11 +0700 |
commit | 0eb4c4947d3b25cbf400127b1cfb34282e7e5c7e (patch) | |
tree | b67c396ed0b81a8da05a2304ae59c3689c8ada68 /python/python-libarchive-c/README | |
parent | ba71539ea380337a466795d39c93a47813c6e972 (diff) |
python/python-libarchive-c: Added (Python interface to libarchive).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-libarchive-c/README')
-rw-r--r-- | python/python-libarchive-c/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python-libarchive-c/README b/python/python-libarchive-c/README new file mode 100644 index 0000000000000..18140cad38e20 --- /dev/null +++ b/python/python-libarchive-c/README @@ -0,0 +1,6 @@ +python-libarchive-c is a Python interface to libarchive. + +python3 is an optional dependency. You need to set PYTHON3=yes, +for example: + + PYTHON3=yes ./python-libarchive-c.SlackBuild |