README
1The script in this directory will attempt to build a Solaris package
2out of a source tree for APR.
3
4To build a package, make sure you are in the root of the source tree,
5and run:
6
7build/pkg/buildpkg.sh
8
9A Solaris package called apr-<version>-<architecture>-local.gz will be
10created in the root of the source tree.
11
12By default, if you attempt to build packages for apr-util, it will
13search for the sources for apr in:
14
15../apr
16
17You may override the location of apr like so:
18
19build/pkg/buildpkg.sh --with-apr=some/other/path
20
21