|
Revision 39871, 1.0 KB
(checked in by dluke@…, 4 months ago)
|
|
Version bump, apr to 1.3.3
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name apr |
|---|
| 6 | version 1.3.3 |
|---|
| 7 | categories devel |
|---|
| 8 | maintainers dluke@geeklair.net |
|---|
| 9 | platforms darwin |
|---|
| 10 | description The apache group's portability library |
|---|
| 11 | |
|---|
| 12 | long_description The Apache Portable Runtime is a library of C data \ |
|---|
| 13 | structures and routines, forming a system portability \ |
|---|
| 14 | layer that covers as many operating systems as \ |
|---|
| 15 | possible, including Unices, Win32, BeOS, and OS/2. |
|---|
| 16 | |
|---|
| 17 | homepage http://apr.apache.org/ |
|---|
| 18 | master_sites apache:apr |
|---|
| 19 | |
|---|
| 20 | use_bzip2 yes |
|---|
| 21 | checksums md5 2090c21dee4f0eb1512604127dcd158f \ |
|---|
| 22 | sha1 25ff863e52e1701a5afdbdfa9873c8e718040fc6 \ |
|---|
| 23 | rmd160 8dcd2c7c8481fb8926fe67e1172185dec7ebd10e |
|---|
| 24 | |
|---|
| 25 | use_parallel_build yes |
|---|
| 26 | configure.env ac_cv_prog_AWK=awk |
|---|
| 27 | configure.args --with-installbuilddir=${prefix}/share/apr-1/build |
|---|
| 28 | |
|---|
| 29 | test.run yes |
|---|
| 30 | test.target check |
|---|
| 31 | test.env DYLD_LIBRARY_PATH=${worksrcpath}/.libs |
|---|
| 32 | pre-test { |
|---|
| 33 | use_parallel_build no |
|---|
| 34 | } |
|---|
| 35 | |
|---|
| 36 | livecheck.check regex |
|---|
| 37 | livecheck.url http://apache.org/dist/apr/ |
|---|
| 38 | livecheck.regex {<a href="#apr">APR (\d+(?:\.\d+)*) is the latest available version</a>} |
|---|