milis/talimatname/genel/glib/talimat

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

# Description: Veri yapısı işleme için yararlı olan düşük seviye kütüphaneler
# URL: http://www.gtk.org/
# Packager: milisarge
# Depends on: libffi pcre python elfutils
name=glib
version=2.53.1
release=1
source=( http://ftp.gnome.org/pub/gnome/sources/glib/${version%.*}/$name-$version.tar.xz
revert-warn-glib-compile-schemas.patch)
build () {
cd $name-$version
patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
./configure --prefix=/usr \
--with-pcre=system \
--disable-fam
make
make DESTDIR=$PKG install
}