wok-6.x diff speex/receipt @ rev 5643
Up lguest 2.6.24
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 28 22:15:48 2010 +0200 (2010-05-28) |
parents | e1b5def76752 |
children | a59ebb0d6909 |
line diff
1.1 --- a/speex/receipt Sat Aug 02 21:39:32 2008 +0000 1.2 +++ b/speex/receipt Fri May 28 22:15:48 2010 +0200 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Low bandwith voice codec." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 +DEPENDS="libogg" 1.8 WEB_SITE="http://www.speex.org/" 1.9 WGET_URL="http://downloads.us.xiph.org/releases/$PACKAGE/$TARBALL" 1.10 1.11 @@ -14,8 +15,8 @@ 1.12 { 1.13 cd $src 1.14 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.15 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.16 - make 1.17 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21