Update to 1.4.15

This commit is contained in:
Tom G. Christensen 2010-09-12 08:53:16 +00:00 committed by Tom G. Christensen
parent 876d436547
commit 5a1957a1ff
2 changed files with 7 additions and 3 deletions

View File

@ -4,19 +4,19 @@
# It can be used nearly unmodified with many packages # 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=m4 topdir=m4
version=1.4.13 version=1.4.15
pkgver=1 pkgver=1
source[0]=ftp://ftp.sunet.se/pub/gnu/m4/$topdir-$version.tar.bz2 source[0]=ftp://ftp.sunet.se/pub/gnu/m4/$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"

4
m4/meta/ChangeLog Normal file
View File

@ -0,0 +1,4 @@
CHANGELOG
---------
* Sun Sep 12 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 1.4.15-1
- Update to 1.4.15