Files
haikuports/net-misc/curl/curl-7.18.2.bep
2010-05-16 19:28:03 +00:00

24 lines
471 B
Plaintext

DESCRIPTION="curl and libcurl"
HOMEPAGE="curl.haxx.se"
SRC_URI="http://curl.haxx.se/download/ curl-7.18.2.tar.bz2"
CHECKSUM_MD5="c389be5b0525276e58865956b7465562"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd curl-7.18.2
libtoolize --force --copy
aclocal
automake
autoconf
./configure --prefix=/boot/common
make
}
INSTALL {
cd curl-7.18.2
make install
}
LICENSE="Curl"
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."