Downloads
On this page you can get the lastest version of the spkg: spkg-1.0rc9
Binary packages
I recommend you, to build spkg yourself. It's very easy, see building section on this page. You can also download the latest binary package: spkg-1.0rc9-i486-1.tgz.
Source code
Source code is distributed as an ordinary tarball. Tarball for the latest version is: spkg-1.0rc9.tar.gz.
More files
You can find more files in this directory.
Building
Prerequisites for building spkg are at least:
- Judy-1.0.3 - Judy arrays (heavily optimized arrays)
- glib-2.2.1 - general purpose C library
- popt-1.7 - command line parser
- zlib-1.1.4 - zlib (de)compression library
NOTE: It may compile/work even with older version of these libraries but it was not tested.
Installing spkg is very easy. Just extract source code package and run these commands (you will need to have Judy installed first):
# ./configure && make && make install
To uninstall spkg, do:
# make uninstall

