description="The Vamp audio analysis plug-in system"
url="http://www.vamp-plugins.org/"

packager="spiky <spiky@nutyx.org>"
contributors="Pierre B"

makedepends=(libsndfile)

name=vamp-plugin-sdk
version=2.10.0

source=(https://code.soundsoftware.ac.uk/attachments/download/2691/$name-$version.tar.gz)

build() {
cd $SRC/$name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install

install -Dm644 COPYING $PKG/usr/share/licenses/$name/COPYING

# Obsolets libs
rm $PKG/usr/lib/libvamp-{,host}sdk.la
}
