Updated curl to 7.21.3

This commit is contained in:
Scott McCreary
2010-12-15 18:02:43 +00:00
parent fe78ac12db
commit d09f5cac26

View File

@@ -0,0 +1,27 @@
DESCRIPTION="curl and libcurl"
HOMEPAGE="http://curl.haxx.se"
SRC_URI="http://curl.haxx.se/download/curl-7.21.3.tar.bz2"
CHECKSUM_MD5="5b57fee22090b5c43a6886fdd35af2ce"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd curl-7.21.3
libtoolize --force --copy --install
autoconf
./configure --prefix=/boot/common
make
}
INSTALL {
cd curl-7.21.3
make install
}
TEST {
cd curl-7.21.3
make check
}
LICENSE="Curl"
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."