#!/bin/sh

NAME="pvoc"
DESC="LADSPLA plugins and a tool for time compression/expansion using phase-vocoding"

MAKEDEPS="make fftw libsndfile ladspa "

PKG_VER=0.1.12
SOURCE="http://quitte.de/dsp/pvoc_${PKG_VER}.tar.gz"
ADDITIONAL="fix-cstdint-missing.patch"

prepare () {
    apply_patches
}

build () {
    make PREFIX=/usr
}

package () {
    make PREFIX=$PKG_DEST/usr install
}