wok diff xfsprogs/receipt @ rev 23501
updated python-jinja2 (2.7 -> 2.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 07:57:27 2020 +0100 (2020-04-06) |
parents | 0e6bb1dcdc15 |
children | bb9c7e76505b |
line diff
1.1 --- a/xfsprogs/receipt Mon Feb 12 14:48:56 2018 +0100 1.2 +++ b/xfsprogs/receipt Mon Apr 06 07:57:27 2020 +0100 1.3 @@ -1,17 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfsprogs" 1.7 -VERSION="4.14.0" 1.8 +VERSION="5.2.1" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="Utilities for making, mounting, and manipulating XFS file-system" 1.11 +SHORT_DESC="Utilities for making, mounting, and manipulating XFS file-systems." 1.12 MAINTAINER="patel@math.uga.edu" 1.13 LICENSE="GPL3" 1.14 +WEB_SITE="https://xfs.wiki.kernel.org/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.17 -WEB_SITE="http://oss.sgi.com/projects/xfs/" 1.18 WGET_URL="https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/$TARBALL" 1.19 1.20 DEPENDS="e2fsprogs" 1.21 -BUILD_DEPENDS="e2fsprogs-dev libtool gettext util-linux-blkid-dev util-linux-uuid util-linux-uuid-dev" 1.22 +BUILD_DEPENDS="e2fsprogs-dev gettext libdevmapper-dev libtool 1.23 + util-linux-blkid-dev util-linux-uuid-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 @@ -19,7 +21,8 @@ 1.28 sed -i 's/--best -c/-9 -c/' include/buildmacros 1.29 sed -i -e 's/lt_shell_append=yes/lt_shell_append=no/' \ 1.30 -e 's/DDEBUG/DNODEBUG/' configure 1.31 - ./configure \ 1.32 + 1.33 + ./configure \ 1.34 $CONFIGURE_ARGS || return 1 1.35 sed -i 's/--best/-9/' doc/Makefile Makefile 1.36 make && 1.37 @@ -30,7 +33,8 @@ 1.38 genpkg_rules() 1.39 { 1.40 mkdir -p $fs/usr/lib 1.41 - cp -a $install/usr/sbin $fs/usr 1.42 - cp -a $install/lib $fs 1.43 - cp -a $install/sbin $fs 1.44 + 1.45 + cp -a $install/usr/sbin $fs/usr 1.46 + cp -a $install/lib $fs 1.47 + cp -a $install/sbin $fs 1.48 }