4 pkgdesc="Speed up perl scripts by running them persistently."
5 url="http://daemoninc.com/SpeedyCGI/"
9 install='cgi-speedycgi.install'
10 source=("http://www.cpan.org/modules/by-authors/id/H/HO/HORROCKS/CGI-SpeedyCGI-2.22.tar.gz"
11 "perl5-compile-fix.patch")
12 md5sums=('2f80df78874e3efa80f180923c4967a1'
13 '0ae1a121023f2a3c456fcea5a7a54ab2')
17 read -p "The patch fixes compilation errors of the standalone speedycgi binary.
18 Since mod_speedycgi cannot be built with the patch, so the selection was
19 removed. Executables will be installed to /usr/bin/site_perl, and
20 symlinks for speedy and speedy_backend will be created in /usr/bin/.
22 Press any key to continue..."
24 patch -p0 < ../perl5-compile-fix.patch
25 cd "${srcdir}/CGI-SpeedyCGI-${pkgver}"
31 cd "${srcdir}/CGI-SpeedyCGI-${pkgver}"
32 make DESTDIR="${pkgdir}" install
33 install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"