wok diff ncurses/receipt @ rev 19214

Up tzdata(2016e)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 14 23:10:20 2016 +0300 (2016-06-14)
parents cdf802803d26
children 1feee7ca564d
line diff
     1.1 --- a/ncurses/receipt	Thu Nov 27 10:52:38 2014 +0100
     1.2 +++ b/ncurses/receipt	Tue Jun 14 23:10:20 2016 +0300
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="ftp://invisible-island.net/ncurses/$TARBALL"
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 -DEPENDS="ncurses-common"
     1.8 +DEPENDS="ncurses-common libtinfo libtic"
     1.9  BUILD_DEPENDS=""
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -42,15 +42,6 @@
    1.13  		--with-ticlib \
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make && make install
    1.16 -	./configure \
    1.17 -		--libdir=/lib \
    1.18 -		--sysconfdir=/etc \
    1.19 -		--with-shared \
    1.20 -		--without-debug \
    1.21 -		--without-ada \
    1.22 -		--with-build-cc="gcc -D_GNU_SOURCE" \
    1.23 -		$CONFIGURE_ARGS &&
    1.24 -	make && make install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.