# HG changeset patch # User Hans-Günter Theisgen # Date 1573143981 -3600 # Node ID fca6217790af34bfaf6ce49373ecd7344ced0bb1 # Parent 16dea996b9a3dea6669229931fcade67a25a5244 updated xfsprogs (4.14.0 -> 5.2.1) diff -r 16dea996b9a3 -r fca6217790af xfsprogs/receipt --- a/xfsprogs/receipt Thu Nov 07 11:35:59 2019 +0100 +++ b/xfsprogs/receipt Thu Nov 07 17:26:21 2019 +0100 @@ -1,17 +1,19 @@ # SliTaz package receipt. PACKAGE="xfsprogs" -VERSION="4.14.0" +VERSION="5.2.1" CATEGORY="system-tools" -SHORT_DESC="Utilities for making, mounting, and manipulating XFS file-system" +SHORT_DESC="Utilities for making, mounting, and manipulating XFS file-systems." MAINTAINER="patel@math.uga.edu" LICENSE="GPL3" +WEB_SITE="https://xfs.wiki.kernel.org/" + TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://oss.sgi.com/projects/xfs/" 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" +BUILD_DEPENDS="e2fsprogs-dev gettext libdevmapper-dev libtool + util-linux-blkid-dev util-linux-uuid-dev" # Rules to configure and make the package. compile_rules() @@ -19,7 +21,8 @@ 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 - ./configure \ + + ./configure \ $CONFIGURE_ARGS || return 1 sed -i 's/--best/-9/' doc/Makefile Makefile make && @@ -30,7 +33,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/sbin $fs/usr - cp -a $install/lib $fs - cp -a $install/sbin $fs + + cp -a $install/usr/sbin $fs/usr + cp -a $install/lib $fs + cp -a $install/sbin $fs }