diff options
Diffstat (limited to 'repos/extra/lighttpd/abuild')
| -rw-r--r-- | repos/extra/lighttpd/abuild | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/repos/extra/lighttpd/abuild b/repos/extra/lighttpd/abuild deleted file mode 100644 index 931f0d59..00000000 --- a/repos/extra/lighttpd/abuild +++ /dev/null @@ -1,12 +0,0 @@ -name=lighttpd -version=1.4.82 -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 -} |