Files
haikuports/net-misc/curl/curl-7.21.3.bep
2013-03-29 14:04:07 +00:00

28 lines
522 B
Plaintext

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, <daniel@haxx.se>. All rights reserved."