wok-next diff xfsdump/receipt @ rev 20990

Remove mate116 stash
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 02 22:23:34 2018 +0300 (2018-10-02)
parents 10df65db91ad
children d5aab818505e
line diff
     1.1 --- a/xfsdump/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.2 +++ b/xfsdump/receipt	Tue Oct 02 22:23:34 2018 +0300
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="xfsdump"
     1.7 -VERSION="3.1.6"
     1.8 +VERSION="3.1.8"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="XFS commands and utilities"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://oss.sgi.com/projects/xfs/"
    1.14 +WEB_SITE="https://xfs.wiki.kernel.org/"
    1.15  
    1.16 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL"
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.19 +WGET_URL="https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsdump/$TARBALL"
    1.20  
    1.21 -BUILD_DEPENDS="libtool gettext util-linux-uuid-dev xfsprogs-dev"
    1.22 +BUILD_DEPENDS="libtool gettext util-linux-uuid-dev xfsprogs-dev \
    1.23 +util-linux-uuid-dev attr-dev"
    1.24  
    1.25  compile_rules() {
    1.26  	rm /bin/rpm # busybox rpm is useless here
    1.27 @@ -20,11 +21,11 @@
    1.28  		CFLAGS=-D_FILE_OFFSET_BITS=64 \
    1.29  		$CONFIGURE_ARGS &&
    1.30  	fix libtool &&
    1.31 -	make && make install
    1.32 +	make &&
    1.33 +	make install || return 1
    1.34  
    1.35  	# change absolute symlinks to relative ones
    1.36 -	ln -sf ../../sbin/xfsdump    $install/usr/sbin/xfsdump
    1.37 -	ln -sf ../../sbin/xfsrestore $install/usr/sbin/xfsrestore
    1.38 +	fix symlinks
    1.39  }
    1.40  
    1.41  genpkg_rules() {