wok rev 17378

Add libtinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 24 15:57:47 2014 +0100 (2014-11-24)
parents 3c8471163aef
children 0257b6487f62
files libtinfo/receipt ncurses/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libtinfo/receipt	Mon Nov 24 15:57:47 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libtinfo"
     1.7 +VERSION="5.9"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Low-level terminfo library."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +WANTED="ncurses"
    1.13 +WEB_SITE="http://invisible-island.net/ncurses/"
    1.14 +HOST_ARCH="i486 arm"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/lib
    1.20 +	cp -a $install/lib/libtinfo*.so* $fs/lib
    1.21 +}
     2.1 --- a/ncurses/receipt	Sun Nov 23 18:11:31 2014 +0000
     2.2 +++ b/ncurses/receipt	Mon Nov 24 15:57:47 2014 +0100
     2.3 @@ -35,6 +35,7 @@
     2.4  		--libdir=/lib \
     2.5  		--sysconfdir=/etc \
     2.6  		--with-shared \
     2.7 +		--with-termlib \
     2.8  		--without-debug \
     2.9  		--without-ada \
    2.10  		--with-build-cc="gcc -D_GNU_SOURCE" \