wok diff wxpython/receipt @ rev 11203
Add from wok-undigest: xorg-bdftopcf xorg-fonttosfnt xorg-mkfontdir xorg-mkfontscale xorg-xedit xorg-xeyes xorg-xf86-video-radeonhd
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 03 10:39:15 2011 +0100 (2011-11-03) |
parents | 1a6375a82057 |
children | 8e4c74abdf74 |
line diff
1.1 --- a/wxpython/receipt Fri May 20 05:06:22 2011 +0000 1.2 +++ b/wxpython/receipt Thu Nov 03 10:39:15 2011 +0100 1.3 @@ -1,16 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wxpython" 1.7 -VERSION="2.8.12.0" 1.8 +VERSION="2.8.12.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="GUI toolkit for the Python programming language." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="python gtk+" 1.13 BUILD_DEPENDS="python-dev gtk+-dev" 1.14 -SOURCE="wxPython-src" 1.15 -TARBALL="$SOURCE-$VERSION.tar.bz2" 1.16 +SOURCE="wxPython" 1.17 +TARBALL="$SOURCE-src-$VERSION.tar.bz2" 1.18 WEB_SITE="http://www.wxpython.org/" 1.19 -WGET_URL="$SF_MIRROR/$PACKAGE/wxPython/$VERSION/$TARBALL" 1.20 +WGET_URL="$SF_MIRROR/wxpython/$TARBALL" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules()