wok diff wxWidgets/receipt @ rev 2144

Add beep
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 04 17:44:46 2009 +0000 (2009-02-04)
parents e165da1af814
children d0b4a9f7bd04
line diff
     1.1 --- a/wxWidgets/receipt	Sun Jul 20 16:36:19 2008 +0200
     1.2 +++ b/wxWidgets/receipt	Wed Feb 04 17:44:46 2009 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Cross-platform GUI Library"
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="pkg-config gtk+ xorg-libXinerama xorg-libSM xorg-libICE"
     1.7 +BUILD_DEPENDS="pkg-config gtk+ gtk+-dev xorg-dev"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.wxwidgets.org/"
    1.10  WGET_URL="$SF_MIRROR/wxwindows/$TARBALL"
    1.11 @@ -20,11 +21,11 @@
    1.12  		--enable-unicode \
    1.13  		--infodir=/usr/share/info \
    1.14  		--mandir=/usr/share/man \
    1.15 -		$CONFIGURE_ARGS
    1.16 -	make
    1.17 -	make DESTDIR=$src/_pkg install
    1.18 -	cd $src/contrib
    1.19 -	make
    1.20 +		$CONFIGURE_ARGS &&
    1.21 +	make &&
    1.22 +	make DESTDIR=$src/_pkg install &&
    1.23 +	cd $src/contrib &&
    1.24 +	make &&
    1.25  	make DESTDIR=$src/contrib/_pkg install
    1.26  }
    1.27