wok-current view util-linux-mount/receipt @ rev 25693

Up depends pkgs for cups, need to rebuild it for ssl 3.0
author Stanislas Leduc <shann@slitaz.org>
date Sun Mar 24 15:17:37 2024 +0000 (3 months ago)
parents 03de36849d05
children
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-mount"
4 VERSION="2.38"
5 CATEGORY="base-system"
6 SHORT_DESC="The mount utilities from Util Linux."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
11 DEPENDS="gcc-lib-base glibc-base util-linux-blkid util-linux-smartcols \
12 util-linux-uuid" #udev (remove udev dep)
13 WANTED="util-linux"
15 HOST_ARCH="i486 arm"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 cook_copy_files findmnt mount libmount.so* mountpoint umount
21 rm -r $fs/usr/share
22 }