wok-current view libtinfo/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents a7abacf75d6d
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libtinfo"
4 VERSION="6.3"
5 CATEGORY="development"
6 SHORT_DESC="Low-level terminfo library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.gnu.org/software/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 }