wok view vorbis-tools/receipt @ rev 11846

Down perl-compress-raw-bzip2 (2.049)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 27 08:31:57 2012 +0100 (2012-02-27)
parents cd152acf7b9e
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="vorbis-tools"
4 VERSION="1.4.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="Vorbis encoder, decoder and tiny tools."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.vorbis.com/"
10 WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL"
11 TAGS="multimedia ogg"
13 DEPENDS="libogg libvorbis flac libao libcurl speex libcrypto"
14 BUILD_DEPENDS="libogg-dev libvorbis-dev flac-dev libao-dev curl-dev speex-dev \
15 libcrypto-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 }