Files
haikuports/net-misc/curl/curl-7.19.1.bep
Chris Roberts 54ef9a1dfe Remove/Fix some STATUS_* fields in the beps.
Change downloading technique in smpeg and smjpeg.
2010-05-14 03:17:12 +00:00

22 lines
401 B
Plaintext

DESCRIPTION="curl and libcurl"
HOMEPAGE="curl.haxx.se"
SRC_URI="http://curl.haxx.se/download/ curl-7.19.1.tar.bz2"
CHECKSUM_MD5="6c4921e55ad276154065052c9e34e1cb"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd curl-7.19.1
libtoolize --force --copy
aclocal
automake
autoconf
./configure --prefix=/boot/common
make
}
INSTALL {
cd curl-7.19.1
make install
}