wok diff xfsprogs/receipt @ rev 20442
Up: firefox-official (62.0)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Sep 11 20:02:56 2018 +0200 (2018-09-11) |
parents | a25b11019e81 |
children | fca6217790af |
line diff
1.1 --- a/xfsprogs/receipt Sat Feb 14 21:27:21 2015 +0000 1.2 +++ b/xfsprogs/receipt Tue Sep 11 20:02:56 2018 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfsprogs" 1.7 -VERSION="3.2.2" 1.8 +VERSION="4.14.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Utilities for making, mounting, and manipulating XFS file-system" 1.11 MAINTAINER="patel@math.uga.edu" 1.12 LICENSE="GPL3" 1.13 -TARBALL=${PACKAGE}-${VERSION}.tar.gz 1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 WEB_SITE="http://oss.sgi.com/projects/xfs/" 1.16 -WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL" 1.17 +WGET_URL="https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/$TARBALL" 1.18 1.19 DEPENDS="e2fsprogs" 1.20 BUILD_DEPENDS="e2fsprogs-dev libtool gettext util-linux-blkid-dev util-linux-uuid util-linux-uuid-dev" 1.21 @@ -16,7 +16,6 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 sed -i 's/--best -c/-9 -c/' include/buildmacros 1.27 sed -i -e 's/lt_shell_append=yes/lt_shell_append=no/' \ 1.28 -e 's/DDEBUG/DNODEBUG/' configure