Update curl to 7.28.1

This commit is contained in:
Scott McCreary
2012-11-28 20:20:17 +00:00
parent b05716c11b
commit e86dcf4ea9

View File

@@ -0,0 +1,30 @@
DESCRIPTION="curl and libcurl"
HOMEPAGE="http://curl.haxx.se"
SRC_URI="http://curl.haxx.se/download/curl-7.28.1.tar.bz2"
CHECKSUM_MD5="26eb081c999b0e203770869427e9a93d"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd curl-7.28.1
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.28.1
make install
}
TEST {
cd curl-7.28.1
make check
}
LICENSE="Curl"
COPYRIGHT="1996-2012, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."