9 lines
225 B
Plaintext
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
|