glib: ignore charset.alias and do not link it in masterdir.
[pkgfs.git] / templates / glib.tmpl
bloba7bd0ee7d5bcd45ea0b6937ab005bb0b4c1c2db9
1 # Template build file for 'glib'
2 pkgname=glib
3 version=2.18.1
4 extract_sufx=".tar.bz2"
5 patch_files="$pkgname-fix-statfs-netbsd.diff"
6 url=http://ftp.gnome.org/pub/gnome/sources/glib/2.18
7 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
8 # Disable FAM for now and use the installed pcre package instead
9 # of the supplied one.
10 configure_args="--disable-fam --with-pcre=system"
11 configure_env="ac_cv_func_statfs=no"
12 ignore_files="charset.alias"
13 build_style=gnu_configure
14 pkgconfig_override="glib-2.0.pc gmodule-2.0.pc gmodule-export-2.0.pc
15  gmodule-no-export-2.0.pc gobject-2.0.pc gthread-2.0.pc gio-2.0.pc
16  gio-unix-2.0.pc"
17 short_desc="The GNU library of C routines"
18 maintainer="Juan RP <xtraeme@gmail.com>"
19 checksum=264b37584419d983685910adde8f7b282eccc1ad
20 long_desc="
21  GLib is a library containing many useful C routines for things such
22  as trees, hashes, lists and strings. It is a useful general purpose
23  C library used by projects such as GTK+, GIMP and GNOME."