# Description: Audio processing on the console, aka "SOund eXchange" # URL: http://sox.sourceforge.net/ # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: libmad ffmpeg name=sox version=14.6.1.2 release=1 source=(https://codeberg.org/${name}_ng/${name}_ng/releases/download/${name}_ng-${version}/${name}_ng-${version}.tar.gz) build() { cd ${name}_ng-$version autoreconf -vfi ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ --with-lame \ --with-mad \ --with-ffmpeg make make DESTDIR=$PKG install }