# HG changeset patch # User Christophe Lincoln # Date 1305758092 -7200 # Node ID ece94ab3510ae11438dc88b3b85d02a97d4c5318 # Parent 36ca711fae7375a5c1862a0165bc07ebba9c446e vorbis-tools: fix bdeps diff -r 36ca711fae73 -r ece94ab3510a vorbis-tools/receipt --- a/vorbis-tools/receipt Thu May 19 00:22:41 2011 +0200 +++ b/vorbis-tools/receipt Thu May 19 00:34:52 2011 +0200 @@ -5,25 +5,20 @@ CATEGORY="multimedia" SHORT_DESC="Vorbis encoder, decoder and tiny tools." MAINTAINER="pankso@slitaz.org" -DEPENDS="libogg libvorbis flac libao libcurl speex libcrypto" -BUILD_DEPENDS="libogg-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.vorbis.com/" WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL" TAGS="multimedia ogg" +DEPENDS="libogg libvorbis flac libao libcurl speex libcrypto" +BUILD_DEPENDS="libogg-dev libvorbis flac-dev libao-dev curl-dev speex-dev \ +libcrypto-dev" + # Rules to configure and make the package. compile_rules() { cd $src - # Fix for version 1.1.1 - #sed -i '/CURLOPT_MUTE/d' ogg123/http_transport.c - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.