wok-current diff python/receipt @ rev 2366
Add gobby (Realtime collaborative text editor)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Mar 05 11:50:28 2009 +0100 (2009-03-05) |
parents | 14320228765e |
children | 93b397dc8274 |
line diff
1.1 --- a/python/receipt Sat Oct 04 12:01:29 2008 +0000 1.2 +++ b/python/receipt Thu Mar 05 11:50:28 2009 +0100 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"