]> git.ipfire.org Git - thirdparty/suricata.git/commit
suricatasc: update python packaging
authorEric Leblond <eric@regit.org>
Tue, 22 Jan 2013 09:47:29 +0000 (10:47 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 26 Feb 2013 11:32:48 +0000 (12:32 +0100)
commitcd305c3a785b30e279005db1942baa2523112d7d
treefe04d8d72fa8def8d5efa7e8f60f6b6f1b662582
parentc39c5453e9fd95a9ff6f9ec4be08c70cfd8241a3
suricatasc: update python packaging

'make install' install now suricatasc script and Python module to
the system. The suricatasc client module can now be used in other
Python projects by using 'import suricatasc'.

A transformation was needed for distribution of a module and a script.
Module in src directory is now containing most of the code and the
script only handle argument parsing and the creation of a unix socket
client through 'suricatasc' module.
configure.ac
scripts/suricatasc/Makefile.am
scripts/suricatasc/setup.py [new file with mode: 0755]
scripts/suricatasc/src/__init__.py [new file with mode: 0644]
scripts/suricatasc/src/suricatasc.py [new file with mode: 0644]
scripts/suricatasc/suricatasc.in