wok-6.x diff speex/receipt @ rev 11522
gejengel: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 24 14:21:52 2011 +0100 (2011-12-24) |
parents | e446ced86bd1 |
children | 3b4e4318134e |
line diff
1.1 --- a/speex/receipt Mon Feb 14 03:35:04 2011 +0100 1.2 +++ b/speex/receipt Sat Dec 24 14:21:52 2011 +0100 1.3 @@ -6,18 +6,18 @@ 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 +DEPENDS="libogg" 1.12 +BUILD_DEPENDS="libogg-dev" 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 cd $src 1.18 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.19 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.20 - make && 1.21 - make -j1 DESTDIR=$PWD/_pkg install 1.22 + ./configure $CONFIGURE_ARGS && 1.23 + make && make -j1 install 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg.