# HG changeset patch # User Pascal Bellard # Date 1518443336 -3600 # Node ID 0e6bb1dcdc15527b3c7a2de2e3fd2fbce5823570 # Parent 401224c936cc337c667b26e3096134bee01cd2d7 Up xfsprogs (4.14.0) diff -r 401224c936cc -r 0e6bb1dcdc15 xfsprogs/receipt --- a/xfsprogs/receipt Mon Feb 12 13:54:33 2018 +0100 +++ b/xfsprogs/receipt Mon Feb 12 14:48:56 2018 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xfsprogs" -VERSION="3.2.2" +VERSION="4.14.0" CATEGORY="system-tools" SHORT_DESC="Utilities for making, mounting, and manipulating XFS file-system" MAINTAINER="patel@math.uga.edu" LICENSE="GPL3" -TARBALL=${PACKAGE}-${VERSION}.tar.gz +TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://oss.sgi.com/projects/xfs/" -WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL" +WGET_URL="https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/$TARBALL" DEPENDS="e2fsprogs" BUILD_DEPENDS="e2fsprogs-dev libtool gettext util-linux-blkid-dev util-linux-uuid util-linux-uuid-dev" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src sed -i 's/--best -c/-9 -c/' include/buildmacros sed -i -e 's/lt_shell_append=yes/lt_shell_append=no/' \ -e 's/DDEBUG/DNODEBUG/' configure