grep: update to 2.15
This commit is contained in:
parent
61059aab00
commit
cd7abd6cc1
@ -6,9 +6,9 @@
|
||||
###########################################################
|
||||
# Check the following 4 variables before running the script
|
||||
topdir=grep
|
||||
version=2.6.3
|
||||
version=2.15
|
||||
pkgver=1
|
||||
source[0]=ftp://ftp.sunet.se/pub/gnu/grep/$topdir-$version.tar.gz
|
||||
source[0]=ftp://ftp.sunet.se/pub/gnu/grep/$topdir-$version.tar.xz
|
||||
# If there are no patches, simply comment this
|
||||
#patch[0]=
|
||||
|
||||
@ -18,11 +18,14 @@ source[0]=ftp://ftp.sunet.se/pub/gnu/grep/$topdir-$version.tar.gz
|
||||
# Global settings
|
||||
export CPPFLAGS="-I$prefix/include"
|
||||
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
||||
gnu_link grep
|
||||
|
||||
reg prep
|
||||
prep()
|
||||
{
|
||||
generic_prep
|
||||
setdir source
|
||||
${__gsed} -i 's/2.14.56-1e3d/2.15/g' configure
|
||||
}
|
||||
|
||||
reg build
|
||||
|
@ -1,4 +1,7 @@
|
||||
CHANGELOG
|
||||
---------
|
||||
* Fri Nov 08 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 2.15-1
|
||||
- Update to 2.15
|
||||
|
||||
* Sun May 02 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 2.6.3-1
|
||||
- Update to 2.6.3
|
||||
|
@ -8,6 +8,7 @@ pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
default_docs
|
||||
$_bindir
|
||||
$_gnudir
|
||||
$_infodir
|
||||
$_mandir
|
||||
$_sharedir/locale
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- grep-2.5/src/Makefile.in.orig 2004-01-26 14:31:58.850016000 +0100
|
||||
+++ grep-2.5/src/Makefile.in 2004-01-26 14:32:48.840007000 +0100
|
||||
@@ -354,8 +354,8 @@
|
||||
|
||||
|
||||
install-exec-local:
|
||||
- @SYMLINK@ @SYMLINKFROM@ $(bindir)/egrep
|
||||
- @SYMLINK@ @SYMLINKFROM@ $(bindir)/fgrep
|
||||
+ @SYMLINK@ @SYMLINKFROM@ $(DESTDIR)$(bindir)/egrep
|
||||
+ @SYMLINK@ @SYMLINKFROM@ $(DESTDIR)$(bindir)/fgrep
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
Loading…
x
Reference in New Issue
Block a user