milis/talimatname/genel/c/celt/talimat

19 lines
432 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Düşük gecikmeli sesli iletişim codec bileşeni
2016-02-24 01:27:23 +01:00
# URL: http://www.celt-codec.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libogg
2016-02-24 01:27:23 +01:00
name=celt
version=0.11.3
release=1
source=(http://downloads.us.xiph.org/releases/celt/celt-$version.tar.gz)
build() {
cd celt-$version
./configure --prefix=/usr --enable-custom-modes --disable-static
make
make DESTDIR=$PKG install
install -Dm644 COPYING $PKG/usr/share/licenses/celt/LICENSE
}