wok diff mhwaveedit/receipt @ rev 1839

transmission: clean-up receipt
author Christophe Lincoln <pankso@slitaz.org>
date Thu Dec 11 15:13:23 2008 +0100 (2008-12-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	Thu Dec 11 15:13:23 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  }