wok-6.x diff wxWidgets/receipt @ rev 11531
up:ario (1.5.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Dec 25 02:49:44 2011 +0100 (2011-12-25) |
parents | 6988f27ad479 |
children | 15155a99ad20 |
line diff
1.1 --- a/wxWidgets/receipt Fri May 20 05:03:32 2011 +0000 1.2 +++ b/wxWidgets/receipt Sun Dec 25 02:49:44 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wxWidgets" 1.7 -VERSION="2.8.12" 1.8 +VERSION="2.8.12.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Cross-platform GUI Library" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -12,9 +12,10 @@ 1.13 xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXxf86vm" 1.14 BUILD_DEPENDS="pkg-config gtk+ gtk+-dev expat-dev zlib-dev \ 1.15 xorg-dev xorg-xineramaproto patch" 1.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 +SOURCE="wxPython" 1.18 +TARBALL="$SOURCE-src-$VERSION.tar.bz2" 1.19 WEB_SITE="http://www.wxwidgets.org/" 1.20 -WGET_URL="$SF_MIRROR/wxwindows/$TARBALL" 1.21 +WGET_URL="$SF_MIRROR/wxpython/$TARBALL" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules()