Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | DESCRIPTION = "FastCGI is a protocol for interfacing interactive programs with a web server." |
| 2 | HOMEPAGE = "http://www.fastcgi.com" |
| 3 | LICENSE = "OML" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.TERMS;md5=e3aacac3a647af6e7e31f181cda0a06a" |
| 5 | |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 6 | SRCREV = "382aa2b0d53a87c27f2f647dfaf670375ba0b85f" |
| 7 | PV = "2.4.2" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 8 | |
| 9 | SRC_URI = "git://github.com/FastCGI-Archives/fcgi2.git;protocol=https \ |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 10 | " |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | inherit autotools |
| 15 | |
| 16 | PARALLEL_MAKE = "" |