wok-next diff python/receipt @ rev 2160
Add linux-hfsplus
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 07 08:43:12 2009 +0000 (2009-02-07) |
parents | 14320228765e |
children | 93b397dc8274 |
line diff
1.1 --- a/python/receipt Sat Oct 04 12:01:29 2008 +0000 1.2 +++ b/python/receipt Sat Feb 07 08:43:12 2009 +0000 1.3 @@ -6,7 +6,8 @@ 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 +DEPENDS="openssl ncurses" 1.9 +BUILD_DEPENDS="readline-dev openssl openssl-dev ncurses ncurses-dev" 1.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.python.org/" 1.12 WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL"