diff --git a/make/build.sh b/make/build.sh index cf04f39..9283236 100755 --- a/make/build.sh +++ b/make/build.sh @@ -6,7 +6,7 @@ ########################################################### # Check the following 4 variables before running the script topdir=make -version=3.81 +version=3.82 pkgver=1 source[0]=$topdir-$version.tar.bz2 # If there are no patches, simply comment this @@ -15,6 +15,8 @@ source[0]=$topdir-$version.tar.bz2 # Source function library . ${BUILDPKG_SCRIPTS}/buildpkg.functions +gnu_link make + reg prep prep() { diff --git a/make/meta/ChangeLog b/make/meta/ChangeLog new file mode 100644 index 0000000..ce0fbcc --- /dev/null +++ b/make/meta/ChangeLog @@ -0,0 +1,4 @@ +CHANGELOG +--------- +* Fri Nov 08 2013 Tom G. Christensen - 3.82-1 +- Update to 3.82 diff --git a/make/meta/relnotes b/make/meta/relnotes deleted file mode 100644 index bd83629..0000000 --- a/make/meta/relnotes +++ /dev/null @@ -1,27 +0,0 @@ -PACKAGE DETAILS ---------------- -Name: %%PKGNAME%% -Version: %%SOURCE_AND_VER%% -Vendor: %%VENDOR%% -Packager: %%PKGEDBY%% - -Source (sha1sum): -%%SOURCE_SHA1SUM%% - -BUILD DETAILS -------------- -Compiler: -%%COMPILER%% - -Environment: -%%ENVIRONMENT%% - -Configure: -%%CONFIGURE%% - -KNOWN DEPENDENCIES ------------------- -%%DEPENDENCIES%% - -ERRORS/MISCELLANEOUS ---------------------