wok rev 17654
Up: diffutils 3.3
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Feb 14 22:41:11 2015 +0000 (2015-02-14) |
parents | f2d1fa647cf4 |
children | 479b6badd960 |
files | diffutils/receipt |
line diff
1.1 --- a/diffutils/receipt Sat Feb 14 22:34:50 2015 +0000 1.2 +++ b/diffutils/receipt Sat Feb 14 22:41:11 2015 +0000 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