wok-next diff mhwaveedit/receipt @ rev 1692

Add: get-OpenOffice3.sh
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Nov 11 12:20:46 2008 +0100 (2008-11-11)
parents 281dd3cfcb05
children cde7fa93f1d6
line diff
     1.1 --- a/mhwaveedit/receipt	Wed Oct 08 10:42:32 2008 +0000
     1.2 +++ b/mhwaveedit/receipt	Tue Nov 11 12:20:46 2008 +0100
     1.3 @@ -16,7 +16,8 @@
     1.4  {
     1.5  	cd $src
     1.6  	chmod +x install-sh
     1.7 -	./configure --prefix=/usr --without-portaudio $CONFIGURE_ARGS &&
     1.8 +	./configure --prefix=/usr --without-sdl --without-libsamplerate \
     1.9 +	--without-portaudio $CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make DESTDIR=$PWD/_pkg install
    1.12  }