wok view nareto-doc/receipt @ rev 22091

updated util-linux packages (2.28 -> 2.34)
author Hans-G?nter Theisgen
date Thu Oct 31 15:20:14 2019 +0100 (2019-10-31)
parents 129bb5b11a7e
children 599ac1affa58
line source
1 # SliTaz package receipt.
3 PACKAGE="nareto-doc"
4 VERSION="1.1.6"
5 CATEGORY="network"
6 SHORT_DESC="Nareto documentation."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.nareto.org/"
10 WANTED="nareto"
11 DEPENDS="nareto"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/nareto
17 cp -a $src/docs $fs/usr/share/nareto
18 }