SPELL=libwapcaplet if [[ $LIBWAPCAPLET_AUTO == y ]]; then VERSION=$(date +%Y%d%m) else VERSION=scm fi SOURCE="${SPELL}-scm.tar.bz2" SOURCE_URL[0]=svn://svn.netsurf-browser.org/trunk/${SPELL}:${SPELL}-scm FORCE_DOWNLOAD=on SOURCE_IGNORE=volatile SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm" WEB_SITE="http://source.netsurf-browser.org/trunk/libwapcaplet/README?revision=HEAD&view=markup" LICENSE[0]=MIT ENTERED=20090429 SHORT="a reference counted string internment system" cat << EOF LibWapcaplet provides a reference counted string internment system designed to store small strings and allow rapid comparison of them in terms of equality. It supports a caseless comparison where it will automatically intern a lowercased variant of the string and use that for comparison if needed. EOF .