# HG changeset patch # User Pascal Bellard # Date 1416841067 -3600 # Node ID b7f4c5ebbd6a207a98c4e15f7ddb79899314eb26 # Parent 3c8471163aef363f16444a1aa9520b2554b3e524 Add libtinfo diff -r 3c8471163aef -r b7f4c5ebbd6a libtinfo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libtinfo/receipt Mon Nov 24 15:57:47 2014 +0100 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="libtinfo" +VERSION="5.9" +CATEGORY="development" +SHORT_DESC="Low-level terminfo library." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" +WANTED="ncurses" +WEB_SITE="http://invisible-island.net/ncurses/" +HOST_ARCH="i486 arm" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/lib + cp -a $install/lib/libtinfo*.so* $fs/lib +} diff -r 3c8471163aef -r b7f4c5ebbd6a ncurses/receipt --- a/ncurses/receipt Sun Nov 23 18:11:31 2014 +0000 +++ b/ncurses/receipt Mon Nov 24 15:57:47 2014 +0100 @@ -35,6 +35,7 @@ --libdir=/lib \ --sysconfdir=/etc \ --with-shared \ + --with-termlib \ --without-debug \ --without-ada \ --with-build-cc="gcc -D_GNU_SOURCE" \