wok-stable rev 11139
Up: wxpython to 2.8.12.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 26 21:03:47 2011 +0000 (2011-10-26) |
parents | 1150292a1c4b |
children | 6ad0290ef344 |
files | wxpython-dev/receipt wxpython/receipt |
line diff
1.1 --- a/wxpython-dev/receipt Wed Oct 26 21:01:28 2011 +0000 1.2 +++ b/wxpython-dev/receipt Wed Oct 26 21:03:47 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wxpython-dev" 1.7 -VERSION="2.8.12.0" 1.8 +VERSION="2.8.12.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="wxPython devel files." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/wxpython/receipt Wed Oct 26 21:01:28 2011 +0000 2.2 +++ b/wxpython/receipt Wed Oct 26 21:03:47 2011 +0000 2.3 @@ -1,16 +1,16 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="wxpython" 2.7 -VERSION="2.8.12.0" 2.8 +VERSION="2.8.12.1" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="GUI toolkit for the Python programming language." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 DEPENDS="python gtk+" 2.13 BUILD_DEPENDS="python-dev gtk+-dev" 2.14 -SOURCE="wxPython-src" 2.15 -TARBALL="$SOURCE-$VERSION.tar.bz2" 2.16 +SOURCE="wxPython" 2.17 +TARBALL="$SOURCE-src-$VERSION.tar.bz2" 2.18 WEB_SITE="http://www.wxpython.org/" 2.19 -WGET_URL="$SF_MIRROR/$PACKAGE/wxPython/$VERSION/$TARBALL" 2.20 +WGET_URL="$SF_MIRROR/wxpython/$TARBALL" 2.21 2.22 # Rules to configure and make the package. 2.23 compile_rules()