           SPELL=apr0
         VERSION=0.9.17
       REPOS_URI=branches/0.9.x
if [[ "${APR_LATEST:-APR_CVS}" == y ]]; then
         VERSION=${VERSION%\.*}-HEAD
   SOURCE_IGNORE=volatile
    SOURCE_HINTS=old_svn_compat
   SOURCE_URL[0]=svn://svn.apache.org/repos/asf/apr/$SPELL/$REPOS_URI:$SPELL-$VERSION
fi
          SOURCE=apr-$VERSION.tar.bz2
         SOURCE2=$SOURCE.asc
      SOURCE_GPG="apache.gpg:$SOURCE.asc:UPSTREAM_KEY"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/apr-$VERSION
   SOURCE_URL[0]=http://www.apache.org/dist/apr/$SOURCE
  SOURCE2_URL[0]=http://www.apache.org/dist/apr/$SOURCE2
  SOURCE2_IGNORE=signature
      LICENSE[0]=APACHE
      MAKE_NJOBS=1
        WEB_SITE=http://apr.apache.org/
        KEYWORDS="libs"
         ENTERED=20030302
           SHORT='The Apache Portable Runtime (APR) library'
cat << EOF
The mission of the Apache Portable Runtime (APR) is to provide a free library
of C data structures and routines, forming a system portability layer to as
many operating systems as possible, including Unices, MS Win32, BeOS and OS/2.
EOF
