wok-6.x diff util-linux-eject/receipt @ rev 25445
itaka: fix wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 06 07:38:52 2022 +0000 (2022-09-06) |
parents | accf1450f9ce |
children |
line diff
1.1 --- a/util-linux-eject/receipt Thu Apr 30 15:25:33 2020 +0100 1.2 +++ b/util-linux-eject/receipt Tue Sep 06 07:38:52 2022 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="util-linux-eject" 1.7 -VERSION="2.35.1" 1.8 +VERSION="2.38" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="The eject utility 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-mount util-linux-uuid" 1.16 +DEPENDS="gcc83-lib-base glibc-base util-linux-blkid util-linux-mount util-linux-uuid" 1.17 WANTED="util-linux" 1.18 1.19 HOST_ARCH="i486 arm" 1.20 @@ -17,7 +17,7 @@ 1.21 genpkg_rules() 1.22 { 1.23 cook_copy_files eject 1.24 - rm -r $fs/usr/share 1.25 + rm -r $fs/usr/share 1.26 } 1.27 1.28 post_remove()