mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Updated curl to 7.20.0
Went with the autoconf version since their cmake files are known to have problems in this release.
This commit is contained in:
19
net-misc/curl/curl-7.20.0.bep
Normal file
19
net-misc/curl/curl-7.20.0.bep
Normal file
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="http://curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/curl-7.20.0.tar.bz2"
|
||||
CHECKSUM_MD5="3dda78c4a808d9a779dc3a2ae81b47d8"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd curl-7.20.0
|
||||
libtoolize --force --copy --install
|
||||
autoconf
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd curl-7.20.0
|
||||
make install
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: curl and libcurl
|
||||
Version: 7.19.7
|
||||
Copyright: 1996-2009, Daniel Stenberg, <daniel@haxx.se>. All rights reserved.
|
||||
Version: 7.20.0
|
||||
Copyright: 1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved.
|
||||
License: Curl
|
||||
URL: http://curl.haxx.se/
|
||||
|
||||
Reference in New Issue
Block a user