wok diff diffutils/receipt @ rev 18621

Up tazpanel (552)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 21 21:53:12 2015 +0100 (2015-11-21)
parents eb8067417980
children 9e01bc6321ea
line diff
     1.1 --- a/diffutils/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/diffutils/receipt	Sat Nov 21 21:53:12 2015 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="diffutils"
     1.7 -VERSION="3.2"
     1.8 +VERSION="3.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Show differences between two files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WEB_SITE="http://www.gnu.org/software/diffutils/"
    1.16  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.17  
    1.18 @@ -14,6 +14,7 @@
    1.19  compile_rules()
    1.20  {
    1.21  	cd $src
    1.22 +	sed -i 's:= @mkdir_p@:= /bin/mkdir -p:' po/Makefile.in.in
    1.23  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.24  	make &&
    1.25  	make DESTDIR=$DESTDIR install