From 5466e4e91006b72ebf209f8c347e3b8d38022d34 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Wed, 20 Nov 2013 17:51:04 +0100 Subject: [PATCH] gzip: update to 1.5 --- gzip/build.sh | 11 +++++------ gzip/meta/ChangeLog | 4 ++++ gzip/meta/relnotes | 27 --------------------------- 3 files changed, 9 insertions(+), 33 deletions(-) create mode 100644 gzip/meta/ChangeLog delete mode 100644 gzip/meta/relnotes diff --git a/gzip/build.sh b/gzip/build.sh index a4addfb..00e1612 100755 --- a/gzip/build.sh +++ b/gzip/build.sh @@ -6,9 +6,9 @@ ########################################################### # Check the following 4 variables before running the script topdir=gzip -version=1.3.12 +version=1.5 pkgver=1 -source[0]=$topdir-$version.tar.gz +source[0]=ftp://ftp.sunet.se/pub/gnu/gzip/$topdir-$version.tar.xz # If there are no patches, simply comment this #patch[0]= @@ -18,14 +18,12 @@ source[0]=$topdir-$version.tar.gz # Global settings export CPPFLAGS="-I$prefix/include" export LDFLAGS="-L$prefix/lib -R$prefix/lib" +ac_overrides="ac_cv_path_shell=/usr/bin/ksh" reg prep prep() { generic_prep - # Try ksh before bash when looking for POSIX compliant shell - setdir source - ${__gsed} -i 's/bash ksh/ksh bash/' configure } reg build @@ -44,7 +42,8 @@ reg install install() { generic_install DESTDIR - doc COPYING AUTHORS TODO NEWS README README-alpha ChangeLog + ${__rmdir} ${stagedir}${prefix}/${_libdir} + doc COPYING AUTHORS TODO NEWS README ChangeLog } reg pack diff --git a/gzip/meta/ChangeLog b/gzip/meta/ChangeLog new file mode 100644 index 0000000..9073a3d --- /dev/null +++ b/gzip/meta/ChangeLog @@ -0,0 +1,4 @@ +CHANGELOG +--------- +* Wed Nov 20 2013 Tom G. Christensen - 1.5-1 +- Update to 1.5 diff --git a/gzip/meta/relnotes b/gzip/meta/relnotes deleted file mode 100644 index bd83629..0000000 --- a/gzip/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 ---------------------