# Description: Library for manipulating sound files. # URL: https://libsndfile.github.io/libsndfile/ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: alsa-lib flac libvorbis opus python3 name=libsndfile version=1.1.0 release=1 source=(https://github.com/libsndfile/libsndfile/releases/download/$version/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install rm -r $PKG/usr/share/doc }