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

updated osm2pgrouting (2.3.3 -> 2.3.6)
author Hans-G?nter Theisgen
date Thu May 30 09:21:38 2019 +0100 (2019-05-30)
parents
children 268e759bcf02
rev   line source
al@19262 1 # SliTaz package receipt.
al@19262 2
al@19262 3 PACKAGE="util-linux-manpages"
al@19262 4 VERSION="2.28"
al@19262 5 CATEGORY="doc"
al@19262 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 DEPENDS=""
al@19262 13
al@19262 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19262 15 genpkg_rules()
al@19262 16 {
al@19262 17 mkdir -p $fs/usr/share
al@19262 18 cp -a $install/usr/share/man $fs/usr/share
al@19262 19 }