wok diff util-linux-minix/receipt @ rev 25705

fusecloop/extract_compressed_fs: can convert to v0.68 or v1.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 22 12:48:49 2024 +0000 (5 days ago)
parents accf1450f9ce
children
line diff
     1.1 --- a/util-linux-minix/receipt	Thu Apr 30 15:25:33 2020 +0100
     1.2 +++ b/util-linux-minix/receipt	Sat Jun 22 12:48:49 2024 +0000
     1.3 @@ -1,19 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="util-linux-minix"
     1.7 -VERSION="2.35.1"
     1.8 +VERSION="2.38"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="The minix utilities from Util Linux."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
    1.14  
    1.15 -DEPENDS="glibc-base"
    1.16 +DEPENDS="gcc83-lib-base glibc-base"
    1.17  WANTED="util-linux"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	cook_copy_files *.minix
    1.23 -	rm -r $fs/usr
    1.24 +	cook_copy_files	*.minix
    1.25 +	rm -r		$fs/usr
    1.26  }