wok-current view ncurses-man/receipt @ rev 23598
gst-plugins-base: typo in Makefile?
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 09 17:07:06 2020 +0000 (2020-04-09) |
parents | 94ece03c2cb1 |
children | 24801b09d2f7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="ncurses-man"
4 VERSION="6.2"
5 CATEGORY="development"
6 SHORT_DESC="Manual pages for the ncurses library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.gnu.org/software/ncurses/ncurses.html"
11 WANTED="ncurses"
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/man $fs/usr/share
18 }