wok-next view nareto-doc/receipt @ rev 18714

Up openssl (1.0.1q) and depending pkgs (thanks Erkan)
author Lucas Levrel <llevrel@yahoo.fr>
date Wed Dec 16 21:14:36 2015 +0100 (2015-12-16)
parents 129bb5b11a7e
children
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 }