wok view nareto-doc/receipt @ rev 18521

Add wxWidgets28 for oldstable version of wxWidgets. Move old packages to use it.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 26 02:54:52 2015 +0200 (2015-10-26)
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 }