gzip: update to 1.5

This commit is contained in:
Tom G. Christensen 2013-11-20 17:51:04 +01:00
parent 85924e171c
commit 5466e4e910
3 changed files with 9 additions and 33 deletions

View File

@ -6,9 +6,9 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=gzip topdir=gzip
version=1.3.12 version=1.5
pkgver=1 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 # If there are no patches, simply comment this
#patch[0]= #patch[0]=
@ -18,14 +18,12 @@ source[0]=$topdir-$version.tar.gz
# Global settings # Global settings
export CPPFLAGS="-I$prefix/include" export CPPFLAGS="-I$prefix/include"
export LDFLAGS="-L$prefix/lib -R$prefix/lib" export LDFLAGS="-L$prefix/lib -R$prefix/lib"
ac_overrides="ac_cv_path_shell=/usr/bin/ksh"
reg prep reg prep
prep() prep()
{ {
generic_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 reg build
@ -44,7 +42,8 @@ reg install
install() install()
{ {
generic_install DESTDIR 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 reg pack

4
gzip/meta/ChangeLog Normal file
View File

@ -0,0 +1,4 @@
CHANGELOG
---------
* Wed Nov 20 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 1.5-1
- Update to 1.5

View File

@ -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
--------------------