wok view fox-doc/receipt @ rev 23923

Add GreenMahjong
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 22 17:48:54 2020 +0000 (2020-08-22)
parents a6b0a03ac2ce
children
line source
1 # SliTaz package receipt.
3 PACKAGE="fox-doc"
4 VERSION="1.6.57"
5 CATEGORY="misc"
6 SHORT_DESC="Fox Toolkit - documentation."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.fox-toolkit.org/"
11 WANTED="fox"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share
17 cp -a $install/usr/share/doc $fs/usr/share
18 }