contrib/opus/Pkgfile
2015-07-18 19:45:58 +10:00

25 lines
528 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.1
release=1
source=(http://downloads.us.xiph.org/releases/opus/opus-$version.tar.gz)
build() {
cd opus-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--enable-custom-modes \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}