Updated apr to 1.4.2

This commit is contained in:
Scott McCreary
2010-04-21 15:27:55 +00:00
parent 0c92e953fb
commit 932e6e0e17
2 changed files with 21 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
DESCRIPTION="apr - Apache Portable Runtime Library"
HOMEPAGE="http://apr.apache.org/"
SRC_URI="http://www.apache.org/dist/apr/apr-1.4.2.tar.gz"
CHECKSUM_MD5="fc80cb54f158c2674f9eeb47a1f672cd"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd apr-1.4.2
libtoolize --force --copy --install
buildconf
./configure --prefix=/boot/common
make
}
INSTALL {
cd apr-1.4.2
make install
}

View File

@@ -1,5 +1,5 @@
Package: APR
Version: 1.3.9
Copyright: 2009 The Apache Software Foundation.
Version: 1.4.2
Copyright: 2010 The Apache Software Foundation.
License: Apache v2
URL: http://apr.apache.org