Create a recipe for libslz, a fast and memory-less stream compressor
Haiku is a UNIX-like open source operating system that provides a tool called haikuporter to build 3rd party open source software.
A recipe in Haiku is a text file that the haikuporter tool reads in order to build open source software and create packages for it. The collection of recipes that may be built by haikuporter is called HaikuPorts.
If you are new to Haiku then you should probably start with these tasks:
The goal of this task is to write a recipe for libslz.
SLZ is a fast and memory-less stream compressor which produces an output that can be decompressed with zlib or gzip. It does not implement decompression at all, zlib is perfectly fine for this.
You can find the sources on the project homepage: http://1wt.eu/projects/libslz
The recipe should be added to haikuports at haikuports/dev-libs/libslz/.
Important: please read the generic instructions for "recipe" tasks, as we have a lot of these: https://dev.haiku-os.org/wiki/GoogleCodeInTaskRecipe
Available time is only 3 days but it can be increased on request.