# Description: Common C routines used by GTK+ and others # URL: http://www.gtk.org/ # Maintainer: Mark Rosenstand # Depends on: gettext, pcre name=glib version=2.22.3 release=1 . ../common.sh source=(http://ftp.gnome.org/pub/GNOME/sources/glib/$gnome_ver_dir/glib-$version.tar.bz2) build() { cd glib-$version make -f $PKGMK_PORTS_DIR/gnome/common.mk disable-nls ./configure \ --prefix=/usr \ --enable-debug=no \ --enable-mem-pools=yes \ --enable-threads=yes \ --enable-static=no \ --enable-selinux=no \ --enable-fam=no \ --enable-xattr=yes \ --enable-regex=yes \ --enable-gtk-doc=no \ --enable-man=no \ --with-runtime-libdir=../../lib \ --with-threads=posix \ --with-pcre=system make make -j1 DESTDIR=$PKG install }