aboutsummaryrefslogtreecommitdiff
path: root/lighttpd/abuild
blob: aca0e3cbd94c6d1feb447f7cec9ea90cc7b526c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name=lighttpd
version=1.4.83
release=1
source="https://download.${name}.net/${name}/releases-${version%.*}.x/${name}-${version}.tar.xz
	$name.conf
	run"
sv="run"
build_opt="-Dwith_openssl=true"

postbuild() {
	install -Dm644 $SRC/$name.conf $PKG/etc/$name/$name.conf
}