wok-4.x rev 9991
vorbis-tools: fix bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 19 00:34:52 2011 +0200 (2011-05-19) |
parents | 36ca711fae73 |
children | cd152acf7b9e |
files | vorbis-tools/receipt |
line diff
1.1 --- a/vorbis-tools/receipt Thu May 19 00:22:41 2011 +0200 1.2 +++ b/vorbis-tools/receipt Thu May 19 00:34:52 2011 +0200 1.3 @@ -5,25 +5,20 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Vorbis encoder, decoder and tiny tools." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="libogg libvorbis flac libao libcurl speex libcrypto" 1.8 -BUILD_DEPENDS="libogg-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.vorbis.com/" 1.11 WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL" 1.12 TAGS="multimedia ogg" 1.13 1.14 +DEPENDS="libogg libvorbis flac libao libcurl speex libcrypto" 1.15 +BUILD_DEPENDS="libogg-dev libvorbis flac-dev libao-dev curl-dev speex-dev \ 1.16 +libcrypto-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 cd $src 1.22 - # Fix for version 1.1.1 1.23 - #sed -i '/CURLOPT_MUTE/d' ogg123/http_transport.c 1.24 - ./configure \ 1.25 - --prefix=/usr \ 1.26 - --mandir=/usr/share/man \ 1.27 - $CONFIGURE_ARGS && 1.28 - make && 1.29 - make DESTDIR=$PWD/_pkg install 1.30 + ./configure && make && make install 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg.