SPELL=libstrophe VERSION=git SOURCE="${SPELL}-${VERSION}.tar.bz2" FORCE_DOWNLOAD=on SOURCE_IGNORE=volatile SOURCE_URL[0]=git://github.com/strophe/${SPELL}.git SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" WEB_SITE="http://strophe.im/libstrophe/" LICENSE[0]=GPL and MIT ENTERED=20131013 SHORT="an XMPP library for C" cat << EOF libstrophe is a minimal XMPP library written in C. It has almost no external dependencies, only an XML parsing library (expat or libxml are both supported). It is designed for both POSIX and Windows systems. EOF