wok view paulstretch/receipt @ rev 17273

tazwikiss: tiny edit
author Richard Dunbar <mojo@slitaz.org>
date Fri Oct 24 12:53:14 2014 -0400 (2014-10-24)
parents
children 4bae0fb81a17
line source
1 # SliTaz package receipt.
3 PACKAGE="paulstretch"
4 VERSION="2.2-2"
5 CATEGORY="multimedia"
6 SHORT_DESC="A program for stretching the audio."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 LICENSE="GPL2"
10 WEB_SITE="http://hypermammut.sourceforge.net/paulstretch/"
11 WGET_URL="$SF_MIRROR/hypermammut/$TARBALL"
13 DEPENDS="fltk libvorbis audiofile portaudio libmad fftw mxml"
14 BUILD_DEPENDS="fltk-dev libvorbis-dev audiofile-dev portaudio-dev libmad-dev \
15 fftw-dev xorg-dev mxml-dev zlib-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 sed 's/mxml/& -lz -lvorbis -logg/' compile_linux_fftw.sh | sh
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/paulstretch $fs/usr/bin
28 }