wok annotate libtinfo/receipt @ rev 20113
netsurf-sdl, qedit, mupdf : add desktop files
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Oct 12 11:08:12 2017 +0200 (2017-10-12) |
parents | |
children | a78610b2eb47 |
rev | line source |
---|---|
pascal@17378 | 1 # SliTaz package receipt. |
pascal@17378 | 2 |
pascal@17378 | 3 PACKAGE="libtinfo" |
pascal@17378 | 4 VERSION="5.9" |
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" |
pascal@17378 | 9 WANTED="ncurses" |
pascal@17378 | 10 WEB_SITE="http://invisible-island.net/ncurses/" |
pascal@17378 | 11 HOST_ARCH="i486 arm" |
pascal@17378 | 12 |
pascal@17378 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17378 | 14 genpkg_rules() |
pascal@17378 | 15 { |
pascal@17378 | 16 mkdir -p $fs/lib |
pascal@17378 | 17 cp -a $install/lib/libtinfo*.so* $fs/lib |
pascal@17378 | 18 } |