wok-6.x view ncurses-man/receipt @ rev 20046
Add Turbine v1.0 by The SliTaz DevTeam.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Thu Aug 31 05:31:36 2017 -0300 (2017-08-31) |
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 }