blob: bebfcd523f9f4f41cfc7615f2bd2df0f1aa70e74 (
plain)
1
2
3
4
5
6
|
#!/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"
makeopts="bzip2 CC=${CC}"
installopts="PREFIX=${SERENITY_BUILD_DIR}/Root/usr/local"
|