From b467121b020b24c92fdc7581f71ad60dc616e665 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Fri, 23 Apr 2010 17:44:28 +0000 Subject: [PATCH] Update to 7.20.1 --- curl/build.sh | 14 +++++++------- curl/meta/ChangeLog | 4 ++++ 2 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 curl/meta/ChangeLog diff --git a/curl/build.sh b/curl/build.sh index d128935..c8c9964 100755 --- a/curl/build.sh +++ b/curl/build.sh @@ -1,22 +1,19 @@ #!/bin/bash -# -# This is a generic build.sh script -# It can be used nearly unmodified with many packages -# +# This is a buildpkg build.sh script # build.sh helper functions -. ${BUILDPKG_BASE}/scripts/build.sh.functions +. ${BUILDPKG_SCRIPTS}/build.sh.functions # ########################################################### # Check the following 4 variables before running the script topdir=curl -version=7.19.4 +version=7.20.1 pkgver=1 source[0]=http://curl.haxx.se/download/$topdir-$version.tar.bz2 # If there are no patches, simply comment this #patch[0]= # Source function library -. ${BUILDPKG_BASE}/scripts/buildpkg.functions +. ${BUILDPKG_SCRIPTS}/buildpkg.functions # Global settings export CPPFLAGS="-I$prefix/include" @@ -50,6 +47,9 @@ install() docs/MANUAL docs/RESOURCES docs/TODO docs/TheArtOfHttpScripting \ docs/examples/*.c docs/examples/Makefile.example docs/INTERNALS \ docs/CONTRIBUTE + + # ABI compatible releases + compat curl 7.19.4 1 5 } reg pack diff --git a/curl/meta/ChangeLog b/curl/meta/ChangeLog new file mode 100644 index 0000000..ae0d89f --- /dev/null +++ b/curl/meta/ChangeLog @@ -0,0 +1,4 @@ +CHANGELOG +--------- +* Thu Apr 22 2010 Tom G. Christensen - 7.20.1 +- Update to 7.20.1