wok diff wxpython/receipt @ rev 14222

Up cookutils (3.1.4) add AUFS_NOT_RAMFS support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 19 09:06:08 2013 +0100 (2013-03-19)
parents 22fba642bdad
children 23c3aed67cd9
line diff
     1.1 --- a/wxpython/receipt	Wed Jun 06 14:55:24 2012 +0200
     1.2 +++ b/wxpython/receipt	Tue Mar 19 09:06:08 2013 +0100
     1.3 @@ -5,13 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="GUI toolkit for the Python programming language."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="python wxWidgets"
     1.8 -BUILD_DEPENDS="python-dev wxWidgets-dev mesa-dev"
     1.9  SOURCE="wxPython"
    1.10  TARBALL="$SOURCE-src-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.wxpython.org/"
    1.12  WGET_URL="$SF_MIRROR/wxpython/$TARBALL"
    1.13  
    1.14 +DEPENDS="python wxWidgets"
    1.15 +BUILD_DEPENDS="python-dev wxWidgets-dev mesa-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -40,6 +41,6 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/bin $fs/usr
    1.25 -	cp -a $_pkg/usr/lib/python* $fs/usr/lib
    1.26 +	cp -a $install/usr/bin $fs/usr
    1.27 +	cp -a $install/usr/lib/python* $fs/usr/lib
    1.28  }