wok-current view libtic/receipt @ rev 25694

Fix cifs-utils, up grub2-efi-x64 stuff for iso EFI
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 30 18:05:22 2024 +0000 (2 months ago)
parents a7abacf75d6d
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libtic"
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/libtic*.so* $fs/lib
20 }