wok rev 24496

updated dosfstools (4.1 -> 4.2)
author Hans-G?nter Theisgen
date Sat Feb 19 14:05:47 2022 +0100 (2022-02-19)
parents 401e930b6a17
children 34e801e0eb52
files dosfstools/description.txt dosfstools/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dosfstools/description.txt	Sat Feb 19 14:05:47 2022 +0100
     1.3 @@ -0,0 +1,2 @@
     1.4 +Dosfstools consists of the programs mkfs.fat, fsck.fat and fatlabel
     1.5 +to create, check and label file systems of the FAT family.
     2.1 --- a/dosfstools/receipt	Sat Feb 19 13:42:19 2022 +0100
     2.2 +++ b/dosfstools/receipt	Sat Feb 19 14:05:47 2022 +0100
     2.3 @@ -1,14 +1,16 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="dosfstools"
     2.7 -VERSION="4.1"
     2.8 +VERSION="4.2"
     2.9  CATEGORY="system-tools"
    2.10 -SHORT_DESC="Tools to create and check dos filesystems."
    2.11 +SHORT_DESC="Tools to create and check DOS filesystems."
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13  LICENSE="GPL3"
    2.14 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.15  WEB_SITE="https://github.com/$PACKAGE/$PACKAGE"
    2.16 +
    2.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.18  WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL"
    2.19 +
    2.20  HOST_ARCH="i486 arm"
    2.21  
    2.22  BUILD_DEPENDS="wget"
    2.23 @@ -24,12 +26,11 @@
    2.24  {
    2.25  	./configure &&
    2.26  	make &&
    2.27 -	make DESTDIR=$DESTDIR install
    2.28 +	make install DESTDIR=$DESTDIR
    2.29  }
    2.30  
    2.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.32  genpkg_rules()
    2.33  {
    2.34 -	mkdir -p $fs/usr
    2.35 -	cp -a $install/usr/sbin $fs/usr
    2.36 +	cook_copy_folders	sbin
    2.37  }