apr
Summary
Section titled “Summary”Downloads and compiles the Apache Portable Runtime (APR) library from the Apache distribution mirror, installing it into $ZPFX — a prerequisite for building Subversion from source.
Syntax / Usage
Section titled “Syntax / Usage”zi pack for aprOne profile: default.
Details
Section titled “Details”- Provides: APR static and shared libraries and headers under
$ZPFX(no shell binary or completion). - Profile ices:
is-snippet,as"null|readurl",nocompile"!",lucid,dlink"https://.*/apr-%VERSION%.tar.bz2"(uses thereadurlannex to resolve the latest download link),atclone(runsziextract --move --autothen./configure --prefix=$ZPFX && make && make install),atpull"%atclone". - Requires the
readurlannex (zdharma-continuum/zinit-annex-readurl) to resolve the mirror link. - Intended as a build dependency for the
svnpackage, not as a standalone tool.
Examples
Section titled “Examples”# Install APR before building Subversionzi pack for aprzi pack for svnSee Also
Section titled “See Also”- pkg-svn — Subversion, which links against APR
- pkg-overview — how
zi packworks