wok diff python/receipt @ rev 1488

imlib2: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 10:55:02 2008 +0000 (2008-10-05)
parents 17a39e4461e4
children 42ddbfb9cf92
line diff
     1.1 --- a/python/receipt	Wed Feb 13 14:06:08 2008 +0100
     1.2 +++ b/python/receipt	Sun Oct 05 10:55:02 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="The Python programming language."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  SOURCE="Python"
     1.7 +BUILD_DEPENDS="readline-dev"
     1.8  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.python.org/"
    1.10  WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL"
    1.11 @@ -16,8 +17,8 @@
    1.12  	cd $src
    1.13  	./configure --enable-shared --with-ncurses \
    1.14  	--prefix=/usr --infodir=/usr/share/info \
    1.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.16 -	make
    1.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21