wok view vorbisgain/receipt @ rev 13440

Up: claws-mail-vcalendar (2.0.13)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 01:22:16 2012 +0200 (2012-10-07)
parents
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="vorbisgain"
4 VERSION="0.37"
5 CATEGORY="multimedia"
6 SHORT_DESC="Analyzes and adjusts volume on ogg vorbis files."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="libogg libvorbis"
9 BUILD_DEPENDS="libogg-dev libvorbis-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://sjeng.org/vorbisgain.html"
12 WGET_URL="http://sjeng.org/ftp/vorbis/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure \
19 --prefix=/usr \
20 $CONFIGURE_ARGS &&
21 make && make DESTDIR=$DESTDIR 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 }