mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-14 15:02:04 +00:00
10 lines
360 B
Plaintext
10 lines
360 B
Plaintext
LICENSE := BSD
|
|
VERSION := 1.4.52
|
|
DOWNLOADS := lighttpd.archive
|
|
|
|
URL(lighttpd) := http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-$(VERSION).tar.gz
|
|
SHA(lighttpd) := 0f9de0227681c078f6b8c6154b581ced5fe7bcb5ff428ccf292581764b771145
|
|
DIR(lighttpd) := src/app/lighttpd
|
|
|
|
PATCHES := $(addprefix src/app/lighttpd/,fd_cloexec.patch stat_cache.c.patch)
|