wok-next annotate libtinfo/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents
children
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 }