mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
24 lines
514 B
Plaintext
24 lines
514 B
Plaintext
DESCRIPTION="curl and libcurl"
|
|
HOMEPAGE="curl.haxx.se"
|
|
SRC_URI="http://curl.haxx.se/download/ curl-7.19.2.tar.bz2"
|
|
CHECKSUM_MD5="3a461b145a4a31fe7d5a44684e7fbdbc"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd curl-7.19.2
|
|
libtoolize --force --copy
|
|
aclocal
|
|
automake
|
|
autoconf
|
|
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd curl-7.19.2
|
|
make install
|
|
}
|
|
LICENSE="Curl"
|
|
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|