wok diff py3k/receipt @ rev 5930

Add: libcss, libcss-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jul 30 16:50:30 2010 +0200 (2010-07-30)
parents 8fd90285da5e
children dc0644f601c0
line diff
     1.1 --- a/py3k/receipt	Wed Mar 03 00:11:28 2010 +0100
     1.2 +++ b/py3k/receipt	Fri Jul 30 16:50:30 2010 +0200
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="py3k"
     1.7 -VERSION="3.0"
     1.8 +VERSION="3.1.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The Python 3000 programming language."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  SOURCE="Python"
    1.13  DEPENDS="openssl ncurses bzlib readline sqlite zlib xorg-libXs ncursesw gdbm \
    1.14  tk xorg-libXext"
    1.15 -BUILD_DEPENDS="readline-dev openssl openssl-dev ncurses ncurses-dev"
    1.16 +BUILD_DEPENDS="readline-dev openssl openssl-dev ncurses ncurses-dev
    1.17 + gdbm-dev"
    1.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.19  WEB_SITE="http://www.python.org/download/releases/3.0/"
    1.20  WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL"