Updated curl to 7.21.2

This commit is contained in:
Scott McCreary
2010-10-13 00:06:41 +00:00
parent 83c6f1151c
commit c317d75e85

View File

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