wok-current diff python/receipt @ rev 6063
Add glew
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 22 10:52:54 2010 +0200 (2010-08-22) |
parents | 8fd90285da5e |
children | 2614c1e9d774 |
line diff
1.1 --- a/python/receipt Wed Mar 03 00:11:28 2010 +0100 1.2 +++ b/python/receipt Sun Aug 22 10:52:54 2010 +0200 1.3 @@ -6,9 +6,8 @@ 1.4 SHORT_DESC="The Python programming language." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 SOURCE="Python" 1.7 -DEPENDS="openssl ncurses bzlib libdb readline sqlite zlib xorg-libXss ncursesw \ 1.8 -gdbm tk" 1.9 -BUILD_DEPENDS="readline-dev openssl openssl-dev ncurses ncurses-dev" 1.10 +DEPENDS="openssl bzlib readline sqlite zlib ncursesw" 1.11 +BUILD_DEPENDS="$DEPENDS readline-dev openssl-dev ncursesw-dev" 1.12 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.13 WEB_SITE="http://www.python.org/" 1.14 WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL"