diff --git a/patch/build.sh b/patch/build.sh index 60c150d..3040d3c 100755 --- a/patch/build.sh +++ b/patch/build.sh @@ -6,11 +6,11 @@ ########################################################### # Check the following 4 variables before running the script topdir=patch -version=2.5.4 +version=2.7.1 pkgver=1 -source[0]=$topdir-$version.tar.gz +source[0]=ftp://ftp.sunet.se/pub/gnu/patch/$topdir-$version.tar.bz2 # If there are no patches, simply comment this -patch[0]=patch-2.5.4-destdir.patch +#patch[0]= # Source function library . ${BUILDPKG_SCRIPTS}/buildpkg.functions @@ -19,6 +19,7 @@ patch[0]=patch-2.5.4-destdir.patch export CPPFLAGS="-I$prefix/include" export LDFLAGS="-L$prefix/lib -R$prefix/lib" ac_overrides="ac_cv_path_ed_PROGRAM=/usr/bin/ed" +gnu_link patch reg prep prep() diff --git a/patch/meta/ChangeLog b/patch/meta/ChangeLog new file mode 100644 index 0000000..8b3f555 --- /dev/null +++ b/patch/meta/ChangeLog @@ -0,0 +1,4 @@ +CHANGELOG +--------- +* Fri Nov 08 2013 Tom G. Christensen - 2.7.1-1 +- Update to 2.7.1 diff --git a/patch/meta/relnotes b/patch/meta/relnotes deleted file mode 100644 index bd83629..0000000 --- a/patch/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 ---------------------