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

updated vlc and vlc-locale (3.0.6 -> 3.0.8)
author Hans-G?nter Theisgen
date Sat Nov 02 15:04:06 2019 +0100 (2019-11-02)
parents 0f35f8ad5632
children accf1450f9ce
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-manpages"
4 VERSION="2.34"
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 }