wok-6.x view cherokee-doc/receipt @ rev 24973
Up zsh (5.8.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 01 15:03:44 2022 +0000 (2022-05-01) |
parents | 079887dee9fb |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="cherokee-doc"
4 VERSION="1.2.104"
5 CATEGORY="misc"
6 SHORT_DESC="Documentation for cherokee"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://cherokee-project.com/"
11 DEPENDS="cherokee"
12 WANTED="cherokee"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share
18 cp -a $install/usr/share/doc $fs/usr/share
19 }