Slackware · Salix OS · GPL
Download spkg
Get the latest version of spkg: spkg-1.0.1.
Binary packages
Building spkg yourself is recommended – it is very easy, see below. Binary packages for Linux are no longer provided. The Windows build is available here:
- spkg-1.0-win32-bin.tar.gzWindows 32-bit (spkg 1.0)
Source code
The spkg Git repository is on GitHub. Source tarball for the latest version:
- spkg-1.0.1.tar.gzsource
- spkg-1.0.1.tar.bz2source
More files – older releases, patches and dependency tarballs – are in the releases directory and deps.
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 – (de)compression library
It may compile and work with older versions of these libraries, but that was not tested. Extract the source package and run (Judy must be installed first):
# ./configure && make && make install
To uninstall:
# make uninstall
Written by Ondřej Jirman, 2005 – 2025 · Contact: megi@xff.cz · Last update: 2025-01-27