wok diff util-linux-partx/receipt @ rev 25420

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 08 07:39:58 2022 +0000 (22 months ago)
parents accf1450f9ce
children
line diff
     1.1 --- a/util-linux-partx/receipt	Thu Apr 30 15:25:33 2020 +0100
     1.2 +++ b/util-linux-partx/receipt	Mon Aug 08 07:39:58 2022 +0000
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="util-linux-partx"
     1.7 -VERSION="2.35.1"
     1.8 +VERSION="2.38"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="The partx 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 util-linux-blkid util-linux-smartcols util-linux-uuid"
    1.16 +DEPENDS="gcc83-lib-base glibc-base util-linux-blkid util-linux-smartcols
    1.17 +	util-linux-uuid"
    1.18  WANTED="util-linux"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23  	cook_copy_files addpart delpart partx resizepart
    1.24 -	rm -r $fs/usr/share
    1.25 +	rm -r	$fs/usr/share
    1.26  }