From 7e5621e2f28dc2d4b5f3e1afd6e232dc7d8c48e0 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 25 May 2012 23:15:01 +0000 Subject: [PATCH] Updated curl to 7.26.0 --- net-misc/curl/curl-7.26.0.bep | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 net-misc/curl/curl-7.26.0.bep diff --git a/net-misc/curl/curl-7.26.0.bep b/net-misc/curl/curl-7.26.0.bep new file mode 100644 index 000000000..6159dc157 --- /dev/null +++ b/net-misc/curl/curl-7.26.0.bep @@ -0,0 +1,30 @@ +DESCRIPTION="curl and libcurl" +HOMEPAGE="http://curl.haxx.se" +SRC_URI="http://curl.haxx.se/download/curl-7.26.0.tar.bz2" +CHECKSUM_MD5="bfa80f01b3d300359cfb4d409b6136a3" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd curl-7.26.0 + libtoolize --force --copy --install + autoconf + ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --enable-ipv6 \ + --mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \ + --with-ca-bundle=`finddir B_COMMON_DATA_DIRECTORY`/ssl/cert.pem + make +} + +INSTALL { + cd curl-7.26.0 + make install +} + +TEST { + cd curl-7.26.0 + make check +} + +LICENSE="Curl" +COPYRIGHT="1996-2012, Daniel Stenberg, . All rights reserved."