wok diff ncurses/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-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	Sun Feb 14 22:06:06 2016 +0100
     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.