wok diff newt/receipt @ rev 1511

Update some BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 23:16:15 2008 +0000 (2008-10-05)
parents a075ff895254
children cf51118bf9bd
line diff
     1.1 --- a/newt/receipt	Tue May 13 09:50:02 2008 +0200
     1.2 +++ b/newt/receipt	Sun Oct 05 23:16:15 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Not Erik's Windowing Toolkit"
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  DEPENDS="slang"
     1.7 -BUILD_DEPENDS="slang-dev tcl popt-dev"
     1.8 +BUILD_DEPENDS="slang-dev tcl popt-dev python-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://packages.debian.org/etch/libnewt0.52"
    1.11  WGET_URL="http://mirror.pimentvert.com/sources/newt/$TARBALL"
    1.12 @@ -20,8 +20,8 @@
    1.13  	chown -R root.root $src
    1.14  
    1.15  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.17 -	make
    1.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make instroot=$PWD/_pkg install
    1.21  }
    1.22