Downloads
On this page you can get the lastest version of the spkg: spkg-1.0.1
Binary packages
I recommend you to build spkg yourself. It's very easy as you can see below. Binary packages for linux are no longer available. Package for windows can be downloaded here: spkg-1.0.1-win32-bin.tar.gz.
Source code
Spkg GIT repository is available on GITHUB.
(outdated) Source code is distributed as an ordinary tarball. Tarball for the latest version is: spkg-1.0.1.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