wok diff attr/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents 68cf96abc146
children
line diff
     1.1 --- a/attr/receipt	Mon Jul 05 15:00:07 2021 +0000
     1.2 +++ b/attr/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="attr"
     1.7 -VERSION="2.4.48"
     1.8 +VERSION="2.5.1"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Commands for Manipulating Filesystem Extended Attributes."
    1.11 +SHORT_DESC="Commands for manipulating Filesystem Extended Attributes."
    1.12  MAINTAINER="rcx@zoominternet.net"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://savannah.nongnu.org/projects/attr/"
    1.15 +WEB_SITE="https://savannah.nongnu.org/projects/attr/"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL"
    1.19 +WGET_URL="https://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL"
    1.20  
    1.21  DEPENDS="glibc-base"
    1.22  BUILD_DEPENDS="autoconf automake m4 libtool gettext"
    1.23 @@ -17,7 +17,7 @@
    1.24  
    1.25  # When cross compiling auto-tools, gettext and m4 build system are used.
    1.26  case "$ARCH" in
    1.27 -	arm) BUILD_DEPENDS="" ;;
    1.28 +	(arm) BUILD_DEPENDS="" ;;
    1.29  esac
    1.30  
    1.31  current_version()
    1.32 @@ -36,7 +36,8 @@
    1.33  	# No need to use rpm
    1.34  	rm /bin/rpm
    1.35  
    1.36 -	export INSTALL_USER=root INSTALL_GROUP=root
    1.37 +	export	INSTALL_USER=root
    1.38 +	export	INSTALL_GROUP=root
    1.39  
    1.40  	./configure $CONFIGURE_ARGS &&
    1.41  	make &&
    1.42 @@ -48,8 +49,8 @@
    1.43  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.44  genpkg_rules()
    1.45  {
    1.46 -	mkdir -p $fs/usr/lib
    1.47 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.48 -	cp -a $install/usr/bin $fs/usr
    1.49 +	cook_copy_folders	bin
    1.50 +	cook_copy_files		*.so*
    1.51 +
    1.52  	find $fs -type f -name '*.so*' -exec chmod a+x \{\} \;
    1.53  }