From 1d7d20fdaa0c7fad156da0c9fa18b452fef05ee0 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 17 Feb 2011 21:30:04 +0000 Subject: [PATCH] Updated curl to 7.21.4 --- net-misc/curl/curl-7.21.4.bep | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 net-misc/curl/curl-7.21.4.bep diff --git a/net-misc/curl/curl-7.21.4.bep b/net-misc/curl/curl-7.21.4.bep new file mode 100644 index 000000000..679aa57b4 --- /dev/null +++ b/net-misc/curl/curl-7.21.4.bep @@ -0,0 +1,28 @@ +DESCRIPTION="curl and libcurl" +HOMEPAGE="http://curl.haxx.se" +SRC_URI="http://curl.haxx.se/download/curl-7.21.4.tar.bz2" +CHECKSUM_MD5="e2dd20c88a7d01c745af9d788545ab2a" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd curl-7.21.4 + libtoolize --force --copy --install + autoconf + ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --enable-ipv6 + make +} + +INSTALL { + cd curl-7.21.4 + make install +} + +TEST { + cd curl-7.21.4 + make check +} + +LICENSE="Curl" +COPYRIGHT="1996-2011, Daniel Stenberg, . All rights reserved."