wok annotate util-linux-mount-dev/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents 268e759bcf02
children 03de36849d05
rev   line source
pankso@13366 1 # SliTaz package receipt.
pankso@13366 2
pankso@13366 3 PACKAGE="util-linux-mount-dev"
Hans-G?nter@23723 4 VERSION="2.35.1"
al@19253 5 CATEGORY="development"
Hans-G?nter@22091 6 SHORT_DESC="The mount utilities from Util Linux, development files."
pankso@13366 7 MAINTAINER="pankso@slitaz.org"
al@19253 8 LICENSE="LGPL2.1"
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-blkid-dev util-linux-mount util-linux-uuid-dev"
Hans-G?nter@22091 12 WANTED="util-linux"
Hans-G?nter@22091 13
pascal@19088 14 HOST_ARCH="i486 arm"
pankso@13366 15
pankso@13366 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@13366 17 genpkg_rules()
pankso@13366 18 {
al@19253 19 cook_copy_files libmount.h libmount.*a mount.pc
pankso@13366 20 }