wok diff audacity/receipt @ rev 12040

postfix: Improve receipt + fix addgroup command
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Mar 07 16:30:58 2012 +0100 (2012-03-07)
parents f039561c816d
children 64d92ecc9394
line diff
     1.1 --- a/audacity/receipt	Sun Aug 15 11:19:32 2010 +0000
     1.2 +++ b/audacity/receipt	Wed Mar 07 16:30:58 2012 +0100
     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  }