wok view ncurses-dev/receipt @ rev 21034

updated help2man (1.40.12 -> 1.47.8)
author Hans-G?nter Theisgen
date Mon Mar 11 13:26:42 2019 +0100 (2019-03-11)
parents fc9203de5ff2
children 94ece03c2cb1
line source
1 # SliTaz package receipt.
3 PACKAGE="ncurses-dev"
4 VERSION="5.9"
5 CATEGORY="development"
6 SHORT_DESC="Devel files for the ncurses library."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WANTED="ncurses"
10 WEB_SITE="https://invisible-island.net/ncurses/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="ncursesw-dev ncurses libtinfo pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/lib $fs/usr/bin $fs/usr/lib
19 cp -a $install/lib/*.a $fs/lib
20 # Use include file from ncursesw-dev
21 #cp -a $install/usr/include $fs/usr
22 cp $install/usr/bin/ncurses5-config $fs/usr/bin
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 }