wok-current annotate util-linux-uuid-dev/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 (2 months ago)
parents a23978bfa665
children
rev   line source
pankso@12480 1 # SliTaz package receipt.
pankso@12480 2
pankso@12480 3 PACKAGE="util-linux-uuid-dev"
Hans-Günter@25393 4 VERSION="2.38"
pankso@12480 5 CATEGORY="development"
Hans-Günter@22091 6 SHORT_DESC="The uuid utility and library from Util linux, development files."
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
Hans-Günter@22091 11 DEPENDS="util-linux-uuid"
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 {
shann@25629 19 cook_copy_files uuid.h uuid.pc
pankso@12480 20 }