wok annotate libtinfo/receipt @ rev 25670

Up mediawiki (1.41.0), memcached (1.6.23), metasploit (6.3.56), modsecurity-apache (2.9.7), mutt (2.2.12), ncurses (6.4), nginx (1.25.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 17:20:49 2024 +0000 (3 months ago)
parents 24801b09d2f7
children
rev   line source
pascal@17378 1 # SliTaz package receipt.
pascal@17378 2
pascal@17378 3 PACKAGE="libtinfo"
pascal@25670 4 VERSION="6.4"
pascal@17378 5 CATEGORY="development"
pascal@17378 6 SHORT_DESC="Low-level terminfo library."
pascal@17378 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17378 8 LICENSE="MIT"
Hans-G?nter@24960 9 WEB_SITE="https://www.gnu.org/software/ncurses/"
Hans-G?nter@23231 10
pascal@17378 11 WANTED="ncurses"
Hans-G?nter@23231 12
pascal@17378 13 HOST_ARCH="i486 arm"
pascal@17378 14
pascal@17378 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17378 16 genpkg_rules()
pascal@17378 17 {
pascal@17378 18 mkdir -p $fs/lib
Hans-G?nter@23231 19 cp -a $install/lib/libtinfo*.so* $fs/lib
pascal@17378 20 }