wok diff wxWidgets/receipt @ rev 12312
Rename razor-qt to razorqt (Follow https://github.com/Razor-qt/razor-qt/wiki/Packaging)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 17 14:21:40 2012 +0200 (2012-04-17) |
parents | 6988f27ad479 |
children | 15155a99ad20 |
line diff
1.1 --- a/wxWidgets/receipt Fri May 20 05:03:32 2011 +0000 1.2 +++ b/wxWidgets/receipt Tue Apr 17 14:21:40 2012 +0200 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()