From d09f5cac26a7d59f9357bc2ad5382849c67e4b52 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 15 Dec 2010 18:02:43 +0000 Subject: [PATCH] Updated curl to 7.21.3 --- net-misc/curl/curl-7.21.3.bep | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 net-misc/curl/curl-7.21.3.bep diff --git a/net-misc/curl/curl-7.21.3.bep b/net-misc/curl/curl-7.21.3.bep new file mode 100644 index 000000000..cac99c075 --- /dev/null +++ b/net-misc/curl/curl-7.21.3.bep @@ -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, . All rights reserved."