Module submission - lighttpd

Dave Brown dagbrown at lart.ca
Fri Mar 10 05:27:12 UTC 2006


module name       : lighttpd
suggested section : web
update (y/n)      : n
bugfix (y/n)      : y
security (y/n)    : n

The default build puts all the lighttpd modules directly into
/usr/lib, which I don't like so much.  So here's a BUILD file to
put them in /usr/lib/lighttpd instead.

dagbrown

-------------- next part --------------
Binary files /var/lib/lunar/moonbase/zlocal/lighttpd/.DETAILS.swp and /var/lib/lunar/moonbase/zlocal/lighttpd/.DETAILS.swp differ
--- lighttpd/BUILD	1970-01-01 09:00:00.000000000 +0900
+++ lighttpd/BUILD	2006-03-10 14:25:53.000000000 +0900
@@ -0,0 +1,7 @@
+(
+
+  ./configure   --libdir=/usr/lib/lighttpd   \
+                $OPTS          &&
+  default_make
+  
+) > $C_FIFO 2>&1
--- lighttpd/DETAILS	1970-01-01 09:00:00.000000000 +0900
+++ lighttpd/DETAILS	2006-03-10 14:17:07.000000000 +0900
@@ -0,0 +1,23 @@
+          MODULE=lighttpd
+         VERSION=1.4.11
+	     PKG=${MODULE}-${VERSION}
+          SOURCE=${PKG}.tar.gz
+        WEB_SITE=http://www.lighttpd.net/
+      SOURCE_URL=${WEB_SITE}/download/
+         ENTERED=20060310
+         UPDATED=20060310
+           SHORT="A small httpd with some really good marketing"
+cat << EOF
+From the lighttpd web site:
+
+Security, speed, compliance, and flexibility--all of these
+describe LightTPD which is rapidly redefining efficiency of a
+webserver; as it is designed and optimized for high
+performance environments. With a small memory footprint
+compared to other web-servers, effective management of the
+cpu-load, and advanced feature set (FastCGI, CGI, Auth,
+Output-Compression, URL-Rewriting and many more) LightTPD is
+the perfect solution for every server that is suffering load
+problems.
+
+EOF
-------------- next part --------------
lvu submit lighttpd 8d145338b0023ef51bad44b1c22c781f  -
2.6.11 2.6.12 gcc-3.4.5 glibc-2.3.6



More information about the Lunar mailing list