19 lines
443 B
Plaintext
19 lines
443 B
Plaintext
# Tanım: Düşük gecikmeli sesli iletişim codec bileşeni
|
||
# URL: http://www.celt-codec.org/
|
||
# Paketçi: milisarge
|
||
# Gerekler: libogg
|
||
# Grup: kütüphane
|
||
|
||
isim=celt
|
||
surum=0.11.3
|
||
devir=1
|
||
kaynak=(http://downloads.us.xiph.org/releases/celt/celt-$surum.tar.gz)
|
||
|
||
derle() {
|
||
cd celt-$surum
|
||
./configure --prefix=/usr --enable-custom-modes --disable-static
|
||
make
|
||
make DESTDIR=$PKG install
|
||
install -Dm644 COPYING $PKG/usr/share/licenses/celt/LICENSE
|
||
}
|