wok diff ekiga/receipt @ rev 9770

libgnomeprintui: Fix BUILD_DEPENDS and clean-up
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 20:32:36 2011 +0200 (2011-05-11)
parents a6b5201ba3af
children df7f691b6145
line diff
     1.1 --- a/ekiga/receipt	Wed May 05 18:58:34 2010 +0200
     1.2 +++ b/ekiga/receipt	Wed May 11 20:32:36 2011 +0200
     1.3 @@ -25,7 +25,7 @@
     1.4  	--disable-xv --disable-avahi --disable-scrollkeeper --disable-gdu \
     1.5  	--disable-ldap \
     1.6  	$CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11