fastcgi: New package, version 2.4.0. FastCGI is a library for developing FastCGI...
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Mon, 8 Jan 2007 00:04:54 +0000 (00:04 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Mon, 8 Jan 2007 00:04:54 +0000 (00:04 +0000)
packages/fastcgi/.mtn2git_empty [new file with mode: 0644]
packages/fastcgi/fastcgi_2.4.0.bb [new file with mode: 0644]

diff --git a/packages/fastcgi/.mtn2git_empty b/packages/fastcgi/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/fastcgi/fastcgi_2.4.0.bb b/packages/fastcgi/fastcgi_2.4.0.bb
new file mode 100644 (file)
index 0000000..a42949c
--- /dev/null
@@ -0,0 +1,19 @@
+LICENSE = "Open Market"
+DESCRIPTION = "Fast CGI backend (web server to CGI handler) library"
+PR = "r0"
+
+SRC_URI = "http://www.fastcgi.com/dist/fcgi-${PV}.tar.gz"
+
+S=${WORKDIR}/fcgi-${PV}
+
+LEAD_SONAME = "libfcgi.so*"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       autotools_stage_all
+}
+
+do_compile() {
+}
+