diff --git a/m4/build.sh b/m4/build.sh index 060855a..3c47fcd 100755 --- a/m4/build.sh +++ b/m4/build.sh @@ -4,19 +4,19 @@ # It can be used nearly unmodified with many packages # # 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=m4 -version=1.4.13 +version=1.4.15 pkgver=1 source[0]=ftp://ftp.sunet.se/pub/gnu/m4/$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" diff --git a/m4/meta/ChangeLog b/m4/meta/ChangeLog new file mode 100644 index 0000000..f11723c --- /dev/null +++ b/m4/meta/ChangeLog @@ -0,0 +1,4 @@ +CHANGELOG +--------- +* Sun Sep 12 2010 Tom G. Christensen - 1.4.15-1 +- Update to 1.4.15