mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
24 lines
445 B
Plaintext
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
|
|
}
|