diff --git a/srcpkgs/spawn-fcgi/template b/srcpkgs/spawn-fcgi/template new file mode 100644 index 00000000000..13c2f8995b2 --- /dev/null +++ b/srcpkgs/spawn-fcgi/template @@ -0,0 +1,15 @@ +# Template file for 'spawn-fcgi' +pkgname=spawn-fcgi +version=1.6.4 +revision=1 +build_style=gnu-configure +short_desc="Spawn FastCGI applications" +maintainer="Eivind Uggedal " +license="BSD" +homepage="http://redmine.lighttpd.net/projects/spawn-fcgi/" +distfiles="http://www.lighttpd.net/download/${pkgname}-${version}.tar.bz2" +checksum=a3cfc7c9581b6ddc31084b379c9160323fa345d357ace6cd2d3d3af3593e2873 + +post_install() { + vlicense COPYING LICENSE +}