diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-27 07:04:22 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-27 07:04:22 +0000 |
| commit | 22fcc3ab1799dd9ee9e2898017a073e771e21498 (patch) | |
| tree | 6ab078da628798b6e7f4f173b184bdf72ee05a50 /repos/extra/lighttpd/abuild | |
| parent | a3f39a4014b334723dd1b849fd4ce1f9b48b2ee8 (diff) | |
| download | alicelinux-22fcc3ab1799dd9ee9e2898017a073e771e21498.tar.gz alicelinux-22fcc3ab1799dd9ee9e2898017a073e771e21498.zip | |
lighttpd: new added
Diffstat (limited to 'repos/extra/lighttpd/abuild')
| -rw-r--r-- | repos/extra/lighttpd/abuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/repos/extra/lighttpd/abuild b/repos/extra/lighttpd/abuild new file mode 100644 index 00000000..a3f521e5 --- /dev/null +++ b/repos/extra/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 +} |