aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fastcgi/fastcgi_2.4.0.bb
blob: beada396cd728cc80e7dda5aa7e38908d08ae749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LICENSE = "Open Market"
DESCRIPTION = "Fast CGI backend (web server to CGI handler) library"
PR = "r1"

SRC_URI = "http://www.fastcgi.com/dist/fcgi-${PV}.tar.gz"

S=${WORKDIR}/fcgi-${PV}

LEAD_SONAME = "libfcgi.so*"

PARALLEL_MAKE=""

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}

do_compile() {
}