gzip: update to 1.5
This commit is contained in:
parent
85924e171c
commit
5466e4e910
@ -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
|
||||
|
4
gzip/meta/ChangeLog
Normal file
4
gzip/meta/ChangeLog
Normal file
@ -0,0 +1,4 @@
|
||||
CHANGELOG
|
||||
---------
|
||||
* Wed Nov 20 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 1.5-1
|
||||
- Update to 1.5
|
@ -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
|
||||
--------------------
|
Loading…
x
Reference in New Issue
Block a user