mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
28 lines
522 B
Plaintext
28 lines
522 B
Plaintext
DESCRIPTION="curl and libcurl"
|
|
HOMEPAGE="http://curl.haxx.se"
|
|
SRC_URI="http://curl.haxx.se/download/curl-7.21.3.tar.bz2"
|
|
CHECKSUM_MD5="5b57fee22090b5c43a6886fdd35af2ce"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd curl-7.21.3
|
|
libtoolize --force --copy --install
|
|
autoconf
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd curl-7.21.3
|
|
make install
|
|
}
|
|
|
|
TEST {
|
|
cd curl-7.21.3
|
|
make check
|
|
}
|
|
|
|
LICENSE="Curl"
|
|
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|