19 lines
445 B
Plaintext
19 lines
445 B
Plaintext
# Description: Internet üzerinden etkileşimli konuşma ve ses iletimi için tasarlanmış Codec
|
||
# URL: http://www.opus-codec.org/
|
||
# Packager: milisarge
|
||
# Depends on:
|
||
|
||
name=opus
|
||
version=1.1.2
|
||
release=1
|
||
|
||
source=(http://downloads.xiph.org/releases/$name/$name-$version.tar.gz)
|
||
|
||
build () {
|
||
cd $name-$version
|
||
./configure --prefix=/usr --enable-custom-modes --disable-static \
|
||
--docdir=/usr/share/doc/$name-$version
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|