SPELL=inotify-cxx VERSION=0.7.4 SOURCE="${SPELL}-${VERSION}.tar.bz2" SOURCE_URL[0]=http://inotify.aiken.cz/download/${SPELL}/${SOURCE} SOURCE_HASH=sha512:e1a40de1f78b082eab782e82c44fe427054257b9429f01a9faeb74c4f21c1e2e8c7ed9ce9a5b278b58ce61278637d884ebf76eae7ab7d4edaa65859809b7a3ed SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" WEB_SITE=http://inotify.aiken.cz/ DOCS="LICENSE-* TODO $DOCS" LICENSE[0]=GPL LICENSE[0]=LGPL LICENSE[0]=MIT ENTERED=20120607 SHORT="inotify C++ interface" cat << EOF inotify-cxx is an inotify C++ interface. It is designed for easy use of the Linux inotify technology in C++ applications. You need not to deal with file descriptors and such uncomfortable things. Instead you can use a few simple C++ classes. EOF .