contrib/wavpack/Pkgfile
2021-01-28 01:10:02 +11:00

18 lines
396 B
Plaintext

# Description: Audio compression format with lossless, lossy and hybrid compression modes
# URL: https://www.wavpack.com/
# Maintainer: Danny Rawlins, crux at romster dot me
name=wavpack
version=5.4.0
release=1
source=(https://github.com/dbry/WavPack/releases/download/$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}