wok diff util-linux-blockdev/receipt @ rev 25513

memtest: update sleep()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 14 15:41:57 2023 +0000 (16 months ago)
parents accf1450f9ce
children
line diff
     1.1 --- a/util-linux-blockdev/receipt	Thu Apr 30 15:25:33 2020 +0100
     1.2 +++ b/util-linux-blockdev/receipt	Tue Feb 14 15:41:57 2023 +0000
     1.3 @@ -1,24 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="util-linux-blockdev"
     1.7 -VERSION="2.35.1"
     1.8 +VERSION="2.38"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The blockdev utility from Util Linux."
    1.11  MAINTAINER="maintainer@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 blockdev
    1.23 -	rm -r $fs/usr
    1.24 +	rm -r			$fs/usr
    1.25  }
    1.26  
    1.27  post_remove()
    1.28  {
    1.29 -	ln -s /bin/busybox "$1/sbin/blockdev"
    1.30 +	ln -s /bin/busybox	"$1/sbin/blockdev"
    1.31  }