wok annotate libtic/receipt @ rev 24472
updated dd_rescue (1.99.8 -> 1.99.11)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 17 15:46:03 2022 +0100 (2022-02-17) |
parents | 572c174a456f |
children | 24801b09d2f7 |
rev | line source |
---|---|
pascal@17379 | 1 # SliTaz package receipt. |
pascal@17379 | 2 |
pascal@17379 | 3 PACKAGE="libtic" |
Hans-G?nter@23231 | 4 VERSION="6.2" |
pascal@17379 | 5 CATEGORY="development" |
pascal@17379 | 6 SHORT_DESC="Low-level terminfo library." |
pascal@17379 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17379 | 8 LICENSE="MIT" |
Hans-G?nter@23231 | 9 WEB_SITE="https://invisible-island.net/ncurses/" |
Hans-G?nter@23231 | 10 |
pascal@17379 | 11 WANTED="ncurses" |
Hans-G?nter@23231 | 12 |
pascal@17379 | 13 HOST_ARCH="i486 arm" |
pascal@17379 | 14 |
pascal@17379 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17379 | 16 genpkg_rules() |
pascal@17379 | 17 { |
pascal@17379 | 18 mkdir -p $fs/lib |
Hans-G?nter@23231 | 19 cp -a $install/lib/libtic*.so* $fs/lib |
pascal@17379 | 20 } |