2008-10-04 04:29:49 +00:00
|
|
|
# Template build file for 'glib'
|
|
|
|
pkgname=glib
|
2008-10-20 15:23:34 +00:00
|
|
|
version=2.18.2
|
2008-10-14 05:52:29 +00:00
|
|
|
distfiles="
|
2008-10-28 22:57:52 +00:00
|
|
|
http://ftp.gnome.org/pub/gnome/sources/glib/2.18/$pkgname-$version.tar.bz2"
|
2008-09-29 20:32:08 +00:00
|
|
|
# Disable FAM for now and use the installed pcre package instead
|
|
|
|
# of the supplied one.
|
|
|
|
configure_args="--disable-fam --with-pcre=system"
|
2008-10-11 11:04:05 +00:00
|
|
|
ignore_files="charset.alias"
|
2008-09-26 19:59:07 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="The GNU library of C routines"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2008-10-20 15:23:34 +00:00
|
|
|
checksum=95e99ab4f1ccc9abd48636ae2aeefa102d9749a5fc8ea6386e44683942fd7333
|
2008-09-26 19:59:07 +00:00
|
|
|
long_desc="
|
|
|
|
GLib is a library containing many useful C routines for things such
|
|
|
|
as trees, hashes, lists and strings. It is a useful general purpose
|
|
|
|
C library used by projects such as GTK+, GIMP and GNOME."
|
2008-10-20 15:23:34 +00:00
|
|
|
|
2008-10-24 03:53:23 +00:00
|
|
|
build_depends="pcre-7.8 pkg-config-0.23 gettext-0.17"
|
|
|
|
run_depends="glibc-2.8 pcre-7.8"
|