From 89846b5b7c0ce074103ca400cc25794d44f16492 Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 6 Mar 2021 02:18:44 +0000 Subject: Ports: Add bzip2 port Saw that it can be included with the freetype port, so I added it. --- Ports/AvailablePorts.md | 1 + Ports/bzip2/package.sh | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100755 Ports/bzip2/package.sh (limited to 'Ports') diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index b7f6631d76..d8a9b88ec6 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -9,6 +9,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`binutils`](binutils/) | GNU Binutils | 2.32 | https://www.gnu.org/software/binutils/ | | [`bison`](bison/) | GNU Bison | 1.25 | https://www.gnu.org/software/bison/ | | [`byacc`](byacc/) | Berkeley Yacc | 20191125 | https://invisible-island.net/byacc/byacc.html | +| [`bzip2`](bzip2/) | bzip2 | 1.0.8 | https://sourceware.org/bzip2/ | | [`c-ray`](c-ray/) | C-Ray | | https://github.com/vkoskiv/c-ray | | [`cmake`](cmake/) | CMake | 3.19.4 | https://cmake.org/ | | [`curl`](curl/) | curl | 7.65.3 | https://curl.se/ | diff --git a/Ports/bzip2/package.sh b/Ports/bzip2/package.sh new file mode 100755 index 0000000000..b2cc321da6 --- /dev/null +++ b/Ports/bzip2/package.sh @@ -0,0 +1,7 @@ +#!/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" -- cgit v1.2.3