milis/talimatname/genel/o/opal/talimat

21 lines
518 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.

# Tanım: Çok sayıda telefon protokolünü normalleştirmek için C++ sınıf kütüphanesi
# URL: http://ftp.gnu.org/opal
# Paketçi: milisarge
# Gerekler: ptlib
# Grup: kütüphane
isim=opal
surum=3.10.10
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz
http://www.linuxfromscratch.org/patches/blfs/svn/$isim-$surum-ffmpeg2-1.patch)
derle() {
cd $isim-$surum
patch -Np1 -i ../$isim-$surum-ffmpeg2-1.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}