milis/talimatname/genel/c/celt/talimat

19 lines
443 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
2017-12-24 00:47:53 +01:00
# Grup: kütüphane
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=celt
surum=0.11.3
devir=1
kaynak=(http://downloads.us.xiph.org/releases/celt/celt-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd celt-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr --enable-custom-modes --disable-static
make
make DESTDIR=$PKG install
install -Dm644 COPYING $PKG/usr/share/licenses/celt/LICENSE
}