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=`finddir B_COMMON_DIRECTORY` 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."