           SPELL=gflags
         VERSION=2.1.1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/schuhschuh/gflags/archive/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:18d1a0a1271f12f0e87447e3a9d6810f531f5b190d84274465add5a928c189caac911ec2592422895961ab3c0c7566ff50c0c22f71d185ac3413c54bdbfb00ef
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=http://code.google.com/p/gflags/
      LICENSE[0]=BSD
         ENTERED=20130120
           SHORT="commandline flags module for C++"
cat << EOF
The gflags package contains a library that implements commandline flags
processing. As such it's a replacement for getopt().

It has increased flexibility, including built-in support for C++ types like
string, and the ability to define flags in the source file in which they're
used.
EOF
