wok view libtic/receipt @ rev 20980

amule source modified for cryptopp 8.0.0
author Hans-G?nter Theisgen
date Wed Mar 06 13:37:18 2019 +0100 (2019-03-06)
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 }