1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:17:36 +00:00

Ports: Add liblzf

This small data compression library also provides userspace utilities to
compress and decompress data.
This commit is contained in:
Liav A 2023-08-25 22:39:30 +03:00 committed by Tim Schumacher
parent bd3d185b3b
commit cd3c06dcef
2 changed files with 12 additions and 0 deletions

11
Ports/liblzf/package.sh Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='liblzf'
version='3.6'
useconfigure='true'
files=(
"http://dist.schmorp.de/liblzf/liblzf-${version}.tar.gz 9c5de01f7b9ccae40c3f619d26a7abec9986c06c36d260c179cedd04b89fb46a"
)
configopts=(
"--prefix=${SERENITY_INSTALL_ROOT}/usr/local"
"--exec-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
)