From e71295c56c17a4db13adaa310919840839ec69c6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 17 May 2021 11:18:19 +0300 Subject: kcgi: add new package at 0.12.4 --- extra/kcgi/build | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 extra/kcgi/build (limited to 'extra/kcgi/build') diff --git a/extra/kcgi/build b/extra/kcgi/build new file mode 100755 index 00000000..f6bc745b --- /dev/null +++ b/extra/kcgi/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +# Modify Makefile to make it POSIX +sed -i '/^\.for/,/^\.endfor/d' Makefile + +./configure \ + PREFIX=/usr \ + SBINDIR=/usr/bin \ + MANDIR=/usr/share/man + +make +make DESTDIR="$1" install -- cgit v1.2.3