font-adobe-utopia-type1: don't forget to run mkfont* stuff.
[pkgfs.git] / templates / glib.tmpl
blob4b409db3745083533e31a2b937428a15399635f3
1 # Template build file for 'glib'
2 pkgname=glib
3 version=2.18.1
4 extract_sufx=".tar.bz2"
5 patch_files="glib-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 build_style=gnu_configure
13 pkgconfig_override="glib-2.0.pc gmodule-2.0.pc gmodule-export-2.0.pc
14  gmodule-no-export-2.0.pc gobject-2.0.pc gthread-2.0.pc gio-2.0.pc
15  gio-unix-2.0.pc"
16 short_desc="The GNU library of C routines"
17 maintainer="Juan RP <xtraeme@gmail.com>"
18 checksum=264b37584419d983685910adde8f7b282eccc1ad
19 long_desc="
20  GLib is a library containing many useful C routines for things such
21  as trees, hashes, lists and strings. It is a useful general purpose
22  C library used by projects such as GTK+, GIMP and GNOME."