smlinux/net/fcgiwrap/fcgiwrap.SMBuild
PktSurf d18addf386 Replaced upper case variable with lower case in net/cgit
Improved code to install dump1090 binary in net/dump1090 and hostname symlinks in net/hostname
Removed code that manually discards static archives in net/php
Miscellaneous SHA512 checksum updates and minor fixes in several net pkg build files
2022-10-10 22:54:00 +05:30

37 lines
878 B
Text
Executable file

app=fcgiwrap
version=1.1.0
build=1sml
homepage="https://github.com/gnosek/fcgiwrap"
download="https://github.com/gnosek/fcgiwrap/archive/refs/tags/$version.tar.gz"
desc="Simple FastCGI wrapper for CGI scripts"
requires="fcgi"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--sbindir=/bin \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/share/man
sed -i 's@-Werror@@g' Makefile
make
make install DESTDIR=$pkg
install -Dm 0755 $srcdir/spawn-fcgi $pkg/bin/spawn-fcgi
install -Dm 0755 $srcdir/rc.spawn-fcgi $pkg/etc/rc.d/rc.spawn-fcgi
mkfinalpkg
}
sha512sums="
88234a72b9941532f259f799fd4e4f1b3b854b9a6689bcff943b4fc852013392fda2f43166289f15fa780f5d52bc4a7eabacf90f44d90e4f86346f371cd422ec fcgiwrap-1.1.0.tar.lz
"