contrib/opus/Pkgfile
2014-11-10 23:28:51 +11:00

23 lines
514 B
Plaintext

# Description: Codec designed for interactive speech and audio transmission over the Internet.
# URL: http://www.opus-codec.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
name=opus
version=1.0.2
release=1
source=(http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--enable-custom-modes
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}