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