
Build script for lighttpd-nodeps:
configure --prefix=/usr/local --without-pcre --without-bzip2 && make && make
install

Build script for lighttpd:
--prefix=/usr/local --with-gdbm --with-attr --with-zlib --with-bzip2
--with-memcache --with-fam --with-webdav-locks --with-webdav-props --with-ldap
--with-lua --with-mysql=/usr/local/bin/mysql_config --with-openssl && make &&
make install