wok view libtic/receipt @ rev 21242

Up freealut (1.1.0), freerdp (2.0.0-rc4), kqoauth (0.98), nms (0.3.3), python-werkzeug (0.15.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 11 16:12:18 2019 +0200 (2019-04-11)
parents 0257b6487f62
children 572c174a456f
line source
1 # SliTaz package receipt.
3 PACKAGE="libtic"
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="https://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/libtic*.so* $fs/lib
18 }