mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
89846b5b7c
Saw that it can be included with the freetype port, so I added it.
7 lines
267 B
Bash
Executable file
7 lines
267 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=bzip2
|
|
version=1.0.8
|
|
files="https://sourceware.org/pub/bzip2/bzip2-${version}.tar.gz bzip2-${version}.tar.gz"
|
|
workdir="bzip2-$version"
|
|
makeopts="bzip2 CC=${CC}"
|
|
installopts="PREFIX=${SERENITY_ROOT}/Build/Root/usr/local"
|