wok diff util-linux-uuid/receipt @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (3 weeks ago)
parents accf1450f9ce
children
line diff
     1.1 --- a/util-linux-uuid/receipt	Thu Apr 30 15:25:33 2020 +0100
     1.2 +++ b/util-linux-uuid/receipt	Sun May 12 07:10:04 2024 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="util-linux-uuid"
     1.7 -VERSION="2.35.1"
     1.8 +VERSION="2.38"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The uuid utility and library 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  HOST_ARCH="i486 arm"
    1.20 @@ -17,5 +17,5 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	cook_copy_files libuuid.so* uuidgen uuidd
    1.24 -	rm -r $fs/usr/share
    1.25 +	rm -r	$fs/usr/share
    1.26  }