mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
22 lines
483 B
Plaintext
22 lines
483 B
Plaintext
DESCRIPTION="curl and libcurl"
|
|
HOMEPAGE="http://curl.haxx.se"
|
|
SRC_URI="http://curl.haxx.se/download/curl-7.20.1.tar.bz2"
|
|
CHECKSUM_MD5="244b16b2a38c70e47130c8494b7371b9"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd curl-7.20.1
|
|
libtoolize --force --copy --install
|
|
autoconf
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd curl-7.20.1
|
|
make install
|
|
}
|
|
LICENSE="Curl"
|
|
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|