# HG changeset patch # User Christophe Lincoln # Date 1306109999 -7200 # Node ID 0f1c57a860ef86e3e04b7f619bdc53cf453814fb # Parent 8035dc12d8e32639e6c59e748d2aaab1bd46006a speex: fix bdep diff -r 8035dc12d8e3 -r 0f1c57a860ef speex/receipt --- a/speex/receipt Mon May 23 02:14:50 2011 +0200 +++ b/speex/receipt Mon May 23 02:19:59 2011 +0200 @@ -6,18 +6,18 @@ SHORT_DESC="Low bandwith voice codec." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" -DEPENDS="libogg" WEB_SITE="http://www.speex.org/" WGET_URL="http://downloads.us.xiph.org/releases/$PACKAGE/$TARBALL" +DEPENDS="libogg" +BUILD_DEPENDS="libogg-dev" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && - make && - make -j1 DESTDIR=$PWD/_pkg install + ./configure $CONFIGURE_ARGS && + make && make -j1 install } # Rules to gen a SliTaz package suitable for Tazpkg.