SPELL=yaws
VERSION=1.51
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=http://yaws.hyber.org/download/${SOURCE}
 SOURCE_HASH=sha512:bc93d74bef2aac45dc66ff06dfc33c8fad4019afa391845cf1b47feda40a1c06ea9d10890f55ff1813c74dc8e4b547d0be669a191a0e8e9e8d4602cb1827db78
WEB_SITE=http://yaws.hyber.org/index.yaws
SHORT="Yaws is a HTTP high perfomance 1.1 webserver."

cat << EOF
The main advantages of yaws compared to other Web technologies 
are performance and elegance. The performance comes from the 
underlying Erlang system and its ability to handle concurrent 
processes in an efficent way. Its elegance comes from Erlang as 
well. Web applications dont have to be written in ugly adhoc 
languages.
EOF
