wok diff dosfstools/receipt @ rev 24667

updated inotify-tools (3.20.2.2 -> 3.22.1.0)
author Hans-G?nter Theisgen
date Fri Mar 11 16:18:25 2022 +0100 (2022-03-11)
parents 5ea0ce1cecc0
children fe1b5660fdd1
line diff
     1.1 --- a/dosfstools/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/dosfstools/receipt	Fri Mar 11 16:18:25 2022 +0100
     1.3 @@ -1,14 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dosfstools"
     1.7 -VERSION="4.1"
     1.8 +VERSION="4.2"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Tools to create and check dos filesystems."
    1.11 +SHORT_DESC="Tools to create and check DOS filesystems."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WEB_SITE="https://github.com/$PACKAGE/$PACKAGE"
    1.16 +
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22  BUILD_DEPENDS="wget"
    1.23 @@ -24,12 +26,11 @@
    1.24  {
    1.25  	./configure &&
    1.26  	make &&
    1.27 -	make DESTDIR=$DESTDIR install
    1.28 +	make install DESTDIR=$DESTDIR
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	mkdir -p $fs/usr
    1.35 -	cp -a $install/usr/sbin $fs/usr
    1.36 +	cook_copy_folders	sbin
    1.37  }