           SPELL=s11n
         VERSION=1.2.4
          SOURCE=lib${SPELL}-${VERSION}.tar.bz2
         SOURCE2=${SOURCE}.sig
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/lib${SPELL}-${VERSION}
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/s11n/${SOURCE}
   SOURCE_URL[1]=http://s11n.net/download/${SOURCE}
  SOURCE2_URL[0]=http://s11n.net/download/${SOURCE2}
  SOURCE2_IGNORE=signature
      SOURCE_GPG=s11n.gpg:${SOURCE2}:UPSTREAM_KEY
        WEB_SITE=http://s11n.net/
         ENTERED=20060102
      LICENSE[0]=PD
           SHORT="A generic object serialization library for C++."
cat << EOF
s11n ("serialization") is a C++ library for easily serializing a wide
variety of objects, including PODs, STL containers, and user-defined
Serializable types. It is completely data-format agnostic and currently
supports 7 data formats, including three XML dialects and one MySQL-powered
back-end. Its author, with atypical hubris, truly believes s11n to be the
most advanced, most flexible, simplest-to-use, and utterly most powerful
serialization framework ever implemented in C++.
EOF
