contrib/vamp-plugin-sdk/Pkgfile

18 lines
399 B
Plaintext
Raw Normal View History

2018-07-22 13:12:32 +02:00
# Description: The Vamp audio analysis plug-in system.
# URL: https://www.vamp-plugins.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libsndfile
name=vamp-plugin-sdk
version=2.7.1
release=1
source=(https://code.soundsoftware.ac.uk/attachments/download/2206/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}