wok-6.x diff paulstretch/receipt @ rev 23544
updated python-pyserial (2.7 -> 3.4)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 17:31:00 2020 +0100 (2020-04-06) |
parents | |
children | 4bae0fb81a17 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/paulstretch/receipt Mon Apr 06 17:31:00 2020 +0100 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 +}