wok-current annotate util-linux-cramfs/receipt @ rev 25786

Bump gvfs to fix issue with open files on android device, patch udev to fix mtp issue on pcmanfm
author Stanislas Leduc <shann@slitaz.org>
date Tue Jul 29 18:05:13 2025 +0000 (3 months ago)
parents e53dd413c6de
children
rev   line source
pankso@12480 1 # SliTaz package receipt.
pankso@12480 2
pankso@12480 3 PACKAGE="util-linux-cramfs"
Hans-Günter@25393 4 VERSION="2.38"
pankso@12480 5 CATEGORY="system-tools"
Hans-Günter@22091 6 SHORT_DESC="The cramfs utilities from Util Linux."
pankso@12480 7 MAINTAINER="pankso@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
al@19253 9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
Hans-Günter@22091 10
shann@25582 11 DEPENDS="gcc-lib-base glibc-base zlib"
Hans-Günter@22091 12 WANTED="util-linux"
Hans-Günter@22091 13
shann@25728 14 HOST_ARCH="i486 arm x86_64"
pankso@12480 15
pankso@12480 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12480 17 genpkg_rules()
pankso@12480 18 {
al@19262 19 cook_copy_files *.cramfs
Hans-Günter@25393 20 rm -r $fs/usr
pankso@12480 21 }