wok-6.x diff wxWidgets/receipt @ rev 15882
Add python-pillow
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 06 22:10:37 2014 +0000 (2014-02-06) |
parents | b77265b15fb6 |
children | a7d92d7d3d4f |
line diff
1.1 --- a/wxWidgets/receipt Wed Dec 11 12:52:13 2013 +0100 1.2 +++ b/wxWidgets/receipt Thu Feb 06 22:10:37 2014 +0000 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wxWidgets" 1.7 -VERSION="2.9.5" 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 LICENSE="LGPL" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +SOURCE="wxPython" 1.15 +TARBALL="$SOURCE-src-$VERSION.tar.bz2" 1.16 WEB_SITE="http://www.wxwidgets.org/" 1.17 WGET_URL="$SF_MIRROR/wxwindows/$TARBALL" 1.18 1.19 @@ -23,6 +24,7 @@ 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 + sed -i 's|/opt/wx/current/bin/||' wxPython/wx/build/build_options.py 1.24 ./configure \ 1.25 --enable-shared \ 1.26 --enable-unicode \ 1.27 @@ -37,8 +39,10 @@ 1.28 make && 1.29 make DESTDIR=$DESTDIR install && 1.30 cd $src/contrib && 1.31 + { 1.32 make && 1.33 make DESTDIR=$DESTDIR install 1.34 + } 2>&1 | sed 's/h: No such/h: no such/' 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg.