wok rev 17044

Add paulstretch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 19 18:02:31 2014 +0200 (2014-08-19)
parents 6bc472de003f
children 3d34d531561a
files paulstretch/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/paulstretch/receipt	Tue Aug 19 18:02:31 2014 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="paulstretch"
     1.7 +VERSION="2.2-2"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="A program for stretching the audio."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 +LICENSE="GPL2"
    1.13 +WEB_SITE="http://hypermammut.sourceforge.net/paulstretch/"
    1.14 +WGET_URL="$SF_MIRROR/hypermammut/$TARBALL"
    1.15 +
    1.16 +DEPENDS="fltk libvorbis audiofile portaudio libmad fftw mxml"
    1.17 +BUILD_DEPENDS="fltk-dev libvorbis-dev audiofile-dev portaudio-dev libmad-dev \
    1.18 +fftw-dev xorg-dev mxml-dev zlib-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	sed 's/mxml/& -lz -lvorbis -logg/' compile_linux_fftw.sh | sh
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs/usr/bin
    1.30 +	cp -a $src/paulstretch $fs/usr/bin
    1.31 +}