Files
forge-packages/apache2.pkg
2026-02-02 20:44:59 +01:00

9 lines
225 B
Plaintext

# Forge package for apache2
VERSION=2.4.58
URL=https://downloads.apache.org/httpd/httpd-2.4.58.tar.gz
SOURCE_TYPE=tarball
BUILD=./configure --prefix=/usr && make
INSTALL=make install
DEPS=pcre,zlib,openssl
SYSTEM_PROVIDED=no