. "$GRIMOIRE/FUNCTIONS" SPELL=qoauth VERSION=$(get_scm_version) SOURCE=${SPELL}-git.tar.bz2 SOURCE_URL[0]=git://github.com/ayoy/${SPELL}.git SOURCE_IGNORE=volatile FORCE_DOWNLOAD=on SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git" WEB_SITE="https://github.com/ayoy/qoauth" LICENSE[0]=LGPL ENTERED=20110111 SHORT="A Qt-based library for OAuth authorization scheme" cat << EOF QOAuth is an attempt to support interaction with OAuth-powered network services in a Qt way, i.e. simply, clearly and efficiently. EOF .