wok-current rev 20195
Up xfsprogs (4.14.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 12 14:48:56 2018 +0100 (2018-02-12) |
parents | 401224c936cc |
children | cd7983242740 |
files | xfsprogs/receipt |
line diff
1.1 --- a/xfsprogs/receipt Mon Feb 12 13:54:33 2018 +0100 1.2 +++ b/xfsprogs/receipt Mon Feb 12 14:48:56 2018 +0100 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