milis/talimatname/genel/g/glib/talimat

21 lines
516 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Veri yapısı işleme için yararlı olan düşük seviye kütüphaneler
2016-02-24 01:27:23 +01:00
# URL: http://www.gtk.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libffi pcre python elfutils
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=glib
surum=2.53.1
devir=1
kaynak=( http://ftp.gnome.org/pub/gnome/sources/glib/${surum%.*}/$isim-$surum.tar.xz
2016-02-24 01:27:23 +01:00
revert-warn-glib-compile-schemas.patch)
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
./configure --prefix=/usr \
--with-pcre=system \
--disable-fam
make
make DESTDIR=$PKG install
}