mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
Updated curl to 7.21.2
This commit is contained in:
21
net-misc/curl/curl-7.21.2.bep
Normal file
21
net-misc/curl/curl-7.21.2.bep
Normal file
@@ -0,0 +1,21 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="http://curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/curl-7.21.2.tar.bz2"
|
||||
CHECKSUM_MD5="ca96df88e044c7c25d19692ec8b250b2"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd curl-7.21.2
|
||||
libtoolize --force --copy --install
|
||||
autoconf
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd curl-7.21.2
|
||||
make install
|
||||
}
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
Reference in New Issue
Block a user