wok diff wxWidgets/receipt @ rev 14199

libkeybinder: needs autoreconf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 13 18:51:10 2013 +0100 (2013-03-13)
parents 73641efed1cc
children 8c33edd9232d
line diff
     1.1 --- a/wxWidgets/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/wxWidgets/receipt	Wed Mar 13 18:51:10 2013 +0100
     1.3 @@ -5,6 +5,11 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Cross-platform GUI Library"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +SOURCE="wxPython"
     1.8 +TARBALL="$SOURCE-src-$VERSION.tar.bz2"
     1.9 +WEB_SITE="http://www.wxwidgets.org/"
    1.10 +WGET_URL="$SF_MIRROR/wxpython/$TARBALL"
    1.11 +
    1.12  DEPENDS="glib glibc-base gcc-lib-base libgio pkg-config expat zlib atk \
    1.13  gtk+ cairo fontconfig freetype jpeg libpng tiff pango pixman util-linux-uuid \
    1.14  xorg-libSM xorg-libICE xorg-libX11 xorg-libXau xorg-libXcomposite \
    1.15 @@ -13,10 +18,6 @@
    1.16  BUILD_DEPENDS="pkg-config gtk+ gtk+-dev expat-dev zlib-dev \
    1.17  xorg-dev xorg-xineramaproto libglu-mesa mesa-dev libpng-dev tiff-dev \
    1.18  jpeg-dev xorg-libXpm-dev patch"
    1.19 -SOURCE="wxPython"
    1.20 -TARBALL="$SOURCE-src-$VERSION.tar.bz2"
    1.21 -WEB_SITE="http://www.wxwidgets.org/"
    1.22 -WGET_URL="$SF_MIRROR/wxpython/$TARBALL"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26 @@ -43,7 +44,7 @@
    1.27  {
    1.28  	mkdir -p $fs/usr
    1.29  	# Copy libs and contrib libs.
    1.30 -	cp -a $_pkg/usr/lib/ $fs/usr/
    1.31 +	cp -a $install/usr/lib/ $fs/usr/
    1.32  	# Remove devel files.
    1.33  	rm -rf $fs/usr/lib/wx/include
    1.34  }