wok-next diff wxpython/receipt @ rev 11170
Up: filezilla to 3.5.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 02 07:15:52 2011 +0000 (2011-11-02) |
parents | 1a6375a82057 |
children | 8e4c74abdf74 |
line diff
1.1 --- a/wxpython/receipt Fri May 20 05:06:22 2011 +0000 1.2 +++ b/wxpython/receipt Wed Nov 02 07:15:52 2011 +0000 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()