wok view util-linux-manpages/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents 268e759bcf02
children 03de36849d05
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-manpages"
4 VERSION="2.35.1"
5 CATEGORY="doc"
6 SHORT_DESC="The manual pages from Util Linux."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
11 WANTED="util-linux"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share
17 cp -a $install/usr/share/man $fs/usr/share
18 }