contrib/opus/Pkgfile

21 lines
515 B
Plaintext
Raw Normal View History

2013-06-02 15:27:42 +02:00
# Description: Codec designed for interactive speech and audio transmission over the Internet.
# URL: http://www.opus-codec.org/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
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
}