wok-6.x view libtinfo/receipt @ rev 19761
Up: libpng+apng (1.6.28)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Feb 19 09:21:30 2017 +0000 (2017-02-19) |
parents | |
children | a78610b2eb47 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libtinfo"
4 VERSION="5.9"
5 CATEGORY="development"
6 SHORT_DESC="Low-level terminfo library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WANTED="ncurses"
10 WEB_SITE="http://invisible-island.net/ncurses/"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/lib
17 cp -a $install/lib/libtinfo*.so* $fs/lib
18 }