diff --git a/autoconf/build.sh b/autoconf/build.sh index 8a96329..d49c91e 100755 --- a/autoconf/build.sh +++ b/autoconf/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=autoconf -version=2.62 +version=2.68 pkgver=1 source[0]=$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 reg prep prep() diff --git a/autoconf/meta/ChangeLog b/autoconf/meta/ChangeLog new file mode 100644 index 0000000..6385835 --- /dev/null +++ b/autoconf/meta/ChangeLog @@ -0,0 +1,4 @@ +CHANGELOG +--------- +* Fri Jun 3 2011 Tom G. Christensen - 2.68-1 +- Update to 2.68