milis/talimatname/genel/opus/talimat

19 lines
445 B
Plaintext
Raw Normal View History

2017-04-06 13:24:09 +02:00
# Description: Internet üzerinden etkileşimli konuşma ve ses iletimi için tasarlanmış Codec
2016-02-24 01:27:23 +01:00
# URL: http://www.opus-codec.org/
2017-04-06 13:24:09 +02:00
# Packager: milisarge
# Depends on:
2016-02-24 01:27:23 +01:00
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
}