# Description: collection of tools for working with opus files # URL: http://opus-codec.org/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: opus flac libogg name=opus-tools version=0.1.10 release=1 source=(https://archive.mozilla.org/pub/opus/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --with-flac=yes --with-ogg=yes make make DESTDIR=$PKG install }