wok annotate util-linux-manpages/receipt @ rev 22828

modified get-dropbox
author Hans-G?nter Theisgen
date Fri Feb 07 17:22:48 2020 +0100 (2020-02-07)
parents 0f35f8ad5632
children accf1450f9ce
rev   line source
al@19262 1 # SliTaz package receipt.
al@19262 2
al@19262 3 PACKAGE="util-linux-manpages"
Hans-G?nter@22091 4 VERSION="2.34"
al@19262 5 CATEGORY="doc"
Hans-G?nter@22091 6 SHORT_DESC="The manual pages from Util Linux."
al@19262 7 MAINTAINER="al.bobylev@gmail.com"
al@19262 8 LICENSE="GPL2"
al@19262 9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
al@19262 10
al@19262 11 WANTED="util-linux"
al@19262 12
al@19262 13 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19262 14 genpkg_rules()
al@19262 15 {
al@19262 16 mkdir -p $fs/usr/share
al@19262 17 cp -a $install/usr/share/man $fs/usr/share
al@19262 18 }