# Watch: https://ftp.gnu.org/gnu/libsigsegv
           SPELL=libsigsegv
         VERSION=2.14
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
  SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
  SOURCE2_IGNORE=signature
      SOURCE_GPG=gnu.gpg:$SOURCE2
      LICENSE[0]=GPL
        WEB_SITE=http://savannah.gnu.org/projects/libsigsegv/
        KEYWORDS="libs"
         ENTERED=20060103
           SHORT='page fault handling library'
cat << EOF
GNU libsigsegv is a library for handling page faults. A page fault occurs when
a program tries to access a region of memory that is currently not available.
Catching and handling a page fault is a useful technique for implementing
garbage collectors, stack overflow handlers, persistent databases, and
distributed shared memory.
EOF
