aboutsummaryrefslogtreecommitdiff
path: root/lighttpd/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'lighttpd/abuild')
-rw-r--r--lighttpd/abuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/lighttpd/abuild b/lighttpd/abuild
new file mode 100644
index 00000000..a3f521e5
--- /dev/null
+++ b/lighttpd/abuild
@@ -0,0 +1,12 @@
+name=lighttpd
+version=1.4.79
+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
+}