wok-current view ncurses-man/receipt @ rev 18657
pypar2: add bdeps, tiny tweak; pcmanfm action: allow ": " inside name (for example, HDD volume name)
| author | Aleksej Bobylev <al.bobylev@gmail.com> | 
|---|---|
| date | Thu Dec 03 02:34:35 2015 +0200 (2015-12-03) | 
| 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 }