mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
22 lines
401 B
Plaintext
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
|
|
}
|