commit 5416f74ef22c8007019b133f16a7790d8f358879 Author: Juergen Daubert <jue@jue.li> Date: Tue Jan 29 10:23:21 2008 +0100 curl: update to 7.18.0 diff --git a/curl/.footprint b/curl/.footprint index e17fbf1..ef1bc8e 100644 --- a/curl/.footprint +++ b/curl/.footprint @@ -29,6 +29,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/curl_easy_escape.3.gz -rw-r--r-- root/root usr/man/man3/curl_easy_getinfo.3.gz -rw-r--r-- root/root usr/man/man3/curl_easy_init.3.gz +-rw-r--r-- root/root usr/man/man3/curl_easy_pause.3.gz -rw-r--r-- root/root usr/man/man3/curl_easy_perform.3.gz -rw-r--r-- root/root usr/man/man3/curl_easy_reset.3.gz -rw-r--r-- root/root usr/man/man3/curl_easy_setopt.3.gz diff --git a/curl/.md5sum b/curl/.md5sum index c3d5059..5a1b108 100644 --- a/curl/.md5sum +++ b/curl/.md5sum @@ -1 +1 @@ -1fa635d1dfde8337c98c82749d75c1de curl-7.17.1.tar.bz2 +3e50dd887d6a354be312d874e1d3426c curl-7.18.0.tar.bz2 diff --git a/curl/Pkgfile b/curl/Pkgfile index 0755455..4b9e9e9 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -4,16 +4,15 @@ # Depends: openssl, zlib name=curl -version=7.17.1 +version=7.18.0 release=1 source=(http://curl.haxx.se/download/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ - --enable-ipv6 \ - --mandir=/usr/man + --mandir=/usr/man \ + --enable-ipv6 make make DESTDIR=$PKG install - rm -rf $PKG/usr/info }