summaryrefslogtreecommitdiffstats
path: root/libs/apr/DETAILS
blob: ba7cbb134acaffa9d7784db2f4a889412fba000b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
           SPELL=apr
         VERSION=1.4.6
  SECURITY_PATCH=2
       REPOS_URI="branches/${VERSION%.*}.x"
# APR_LATEST replaces APR_CVS; remove APR_CVS in May, 2005
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
else
         SOURCE2=$SPELL-$VERSION.tar.bz2.asc
      SOURCE_GPG="apache.gpg:$SOURCE2:UPSTREAM_KEY"
  SOURCE2_URL[0]=http://archive.apache.org/dist/apr/$SOURCE2
  SOURCE2_IGNORE=signature
fi
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=${SOURCE_URL[0]:-http://archive.apache.org/dist/apr/$SOURCE}
      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