wok-current view libtinfo/receipt @ rev 24463
updated dar (2.6.7 -> 2.7.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 17 07:23:25 2022 +0100 (2022-02-17) |
parents | 572c174a456f |
children | 24801b09d2f7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libtinfo"
4 VERSION="6.2"
5 CATEGORY="development"
6 SHORT_DESC="Low-level terminfo library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://invisible-island.net/ncurses/"
11 WANTED="ncurses"
13 HOST_ARCH="i486 arm"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/lib
19 cp -a $install/lib/libtinfo*.so* $fs/lib
20 }