milis/talimatname/genel/opus/talimat

19 lines
445 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}