wok-current view ncurses-man/receipt @ rev 20161
Up zstd (1.3.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 01 12:13:42 2018 +0100 (2018-01-01) |
parents | c971db4d1bba |
children | a78610b2eb47 |
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="http://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 }