wok-6.x diff diffutils/receipt @ rev 17766
Up e2fsprogs (1.42.12)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 13 16:04:52 2015 +0100 (2015-03-13) |
parents | eb8067417980 |
children | 9e01bc6321ea |
line diff
1.1 --- a/diffutils/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/diffutils/receipt Fri Mar 13 16:04:52 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