wok-6.x view ncurses-man/receipt @ rev 21348
updated libxklavier and libxklavier-dev again (5.0 -> 5.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 20 16:45:16 2019 +0100 (2019-04-20) |
parents | 23c3aed67cd9 |
children | 94ece03c2cb1 |
line source
1 # SliTaz package receipt.
3 PACKAGE="ncurses-man"
4 VERSION="5.9"
5 CATEGORY="development"
6 SHORT_DESC="Manual pages for the ncurses library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WANTED="ncurses"
10 WEB_SITE="https://invisible-island.net/ncurses/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $install/usr/share/man $fs/usr/share
17 }