wok-next rev 10366
speex: fix bdep
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 23 02:19:59 2011 +0200 (2011-05-23) |
parents | 8035dc12d8e3 |
children | 9519b6baf698 |
files | speex/receipt |
line diff
1.1 --- a/speex/receipt Mon May 23 02:14:50 2011 +0200 1.2 +++ b/speex/receipt Mon May 23 02:19:59 2011 +0200 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.