Files
haikuports/net-misc/curl/curl-7.19.5.bep

24 lines
445 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_R5="untested"
STATUS_BONE="untested"
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
}