Update to 7.20.1
This commit is contained in:
parent
3b8f79af44
commit
b467121b02
@ -1,22 +1,19 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=curl
|
topdir=curl
|
||||||
version=7.19.4
|
version=7.20.1
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=http://curl.haxx.se/download/$topdir-$version.tar.bz2
|
source[0]=http://curl.haxx.se/download/$topdir-$version.tar.bz2
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
@ -50,6 +47,9 @@ install()
|
|||||||
docs/MANUAL docs/RESOURCES docs/TODO docs/TheArtOfHttpScripting \
|
docs/MANUAL docs/RESOURCES docs/TODO docs/TheArtOfHttpScripting \
|
||||||
docs/examples/*.c docs/examples/Makefile.example docs/INTERNALS \
|
docs/examples/*.c docs/examples/Makefile.example docs/INTERNALS \
|
||||||
docs/CONTRIBUTE
|
docs/CONTRIBUTE
|
||||||
|
|
||||||
|
# ABI compatible releases
|
||||||
|
compat curl 7.19.4 1 5
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
4
curl/meta/ChangeLog
Normal file
4
curl/meta/ChangeLog
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
CHANGELOG
|
||||||
|
---------
|
||||||
|
* Thu Apr 22 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 7.20.1
|
||||||
|
- Update to 7.20.1
|
Loading…
x
Reference in New Issue
Block a user