wok diff coreutils/receipt @ rev 4514

Up:gutenprint; Add gutenprint-dev
author Rohit Joshi <jozee@slitaz.org>
date Thu Nov 26 12:07:22 2009 +0000 (2009-11-26)
parents 764e28919242
children 5924ec6bb02f
line diff
     1.1 --- a/coreutils/receipt	Tue Jul 07 20:54:42 2009 +0200
     1.2 +++ b/coreutils/receipt	Thu Nov 26 12:07:22 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="coreutils"
     1.7 -VERSION="7.4"
     1.8 +VERSION="7.6"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Utilities for using and setting the basic system."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -15,7 +15,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	
    1.17 +
    1.18  	# NOTE: There does not seem to be a problem with sigcontext.h in Linux 2.6.29.3
    1.19  
    1.20  	# Hack to fix ls: expected specifier-qualifier-list before '__u64'
    1.21 @@ -30,10 +30,10 @@
    1.22  	done <<EOT
    1.23  ls.u
    1.24  EOT
    1.25 -	
    1.26 +
    1.27  	sed -i 's/1.10a/1.10.2/' configure.ac || exit 1
    1.28  	sed -i 's/dist-xz/dist-lzma/' configure.ac || exit 1
    1.29 -	
    1.30 +
    1.31  	./configure \
    1.32  		--prefix=/usr \
    1.33  		--infodir=/usr/share/info \
    1.34 @@ -41,7 +41,7 @@
    1.35  		$CONFIGURE_ARGS &&
    1.36  	make &&
    1.37  	make DESTDIR=$PWD/_pkg install
    1.38 -	
    1.39 +
    1.40  	# Restore original sigcontext.h
    1.41  	# mv -f /usr/include/asm/sigcontext.h.bak /usr/include/asm/sigcontext.h
    1.42  }