wok diff audacity/receipt @ rev 12192

Add msmtp (use external SMTP server and avois postfix/sendmail, may be used ny Pizza)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 26 01:28:28 2012 +0200 (2012-03-26)
parents f039561c816d
children 64d92ecc9394
line diff
     1.1 --- a/audacity/receipt	Sun Aug 15 11:19:32 2010 +0000
     1.2 +++ b/audacity/receipt	Mon Mar 26 01:28:28 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="audacity"
     1.7 -VERSION="1.3.12"
     1.8 +VERSION="1.3.13"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="software for recording and editing sounds"
    1.11  MAINTAINER="allan316@gmail.com"
    1.12 @@ -24,7 +24,6 @@
    1.13  		--infodir=/usr/share/info \
    1.14  		--mandir=/usr/share/man \
    1.15  		--without-ffmpeg \
    1.16 -		--without-portmixer \
    1.17  		$CONFIGURE_ARGS &&
    1.18  	make && make DESTDIR=$PWD/_pkg install
    1.19  }