milis/talimatname/genel/p/ptlib/talimat

21 lines
564 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Uzun yıllar önce PWLib olarak ortaya çıkmış bir sınıf kitaplığı.
2016-02-24 01:27:23 +01:00
# URL: http://ftp.gnu.org/gun/pth
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: alsa-lib expat pulseaudio
2017-04-12 13:58:15 +02:00
2017-10-28 14:10:23 +02:00
isim=ptlib
surum=2.10.11
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(ftp://ftp.gnome.org/pub/GNOME/sources/$isim/${surum%.*}/$isim-$surum.tar.xz
http://www.linuxfromscratch.org/patches/blfs/svn/ptlib-$surum-bison_fixes-1.patch)
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 $isim-$surum
patch -Np1 -i ../ptlib-$surum-bison_fixes-1.patch
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
chmod -v 755 $PKG/usr/lib/libpt.so.2.10.11
}