From 32139ae5c9caa098e6814db38a503fd09f9e94f5 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 14 Sep 2011 16:35:50 +0000 Subject: [PATCH] Updated curl to 7.22.0 --- net-misc/curl/curl-7.22.0.bep | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 net-misc/curl/curl-7.22.0.bep diff --git a/net-misc/curl/curl-7.22.0.bep b/net-misc/curl/curl-7.22.0.bep new file mode 100644 index 000000000..c7e5ca099 --- /dev/null +++ b/net-misc/curl/curl-7.22.0.bep @@ -0,0 +1,29 @@ +DESCRIPTION="curl and libcurl" +HOMEPAGE="http://curl.haxx.se" +SRC_URI="http://curl.haxx.se/download/curl-7.22.0.tar.bz2" +CHECKSUM_MD5="bdb5c226d37c4a6082c70e7ef6f63060" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd curl-7.22.0 + libtoolize --force --copy --install + autoconf + ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --enable-ipv6 \ + --mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man + make +} + +INSTALL { + cd curl-7.22.0 + make install +} + +TEST { + cd curl-7.22.0 + make check +} + +LICENSE="Curl" +COPYRIGHT="1996-2011, Daniel Stenberg, . All rights reserved."