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

24 lines
495 B
Plaintext

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