# HG changeset patch # User Hans-G?nter Theisgen # Date 1645275947 -3600 # Node ID bc06829bd4f24536bc8ba04d7661d0a8f8c23b79 # Parent 401e930b6a1721f0c691244e6bedc0b902b12f3b updated dosfstools (4.1 -> 4.2) diff -r 401e930b6a17 -r bc06829bd4f2 dosfstools/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dosfstools/description.txt Sat Feb 19 14:05:47 2022 +0100 @@ -0,0 +1,2 @@ +Dosfstools consists of the programs mkfs.fat, fsck.fat and fatlabel +to create, check and label file systems of the FAT family. diff -r 401e930b6a17 -r bc06829bd4f2 dosfstools/receipt --- a/dosfstools/receipt Sat Feb 19 13:42:19 2022 +0100 +++ b/dosfstools/receipt Sat Feb 19 14:05:47 2022 +0100 @@ -1,14 +1,16 @@ # SliTaz package receipt. PACKAGE="dosfstools" -VERSION="4.1" +VERSION="4.2" CATEGORY="system-tools" -SHORT_DESC="Tools to create and check dos filesystems." +SHORT_DESC="Tools to create and check DOS filesystems." MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" -TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="https://github.com/$PACKAGE/$PACKAGE" + +TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL" + HOST_ARCH="i486 arm" BUILD_DEPENDS="wget" @@ -24,12 +26,11 @@ { ./configure && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/sbin $fs/usr + cook_copy_folders sbin }