2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'glib'
|
|
|
|
pkgname=glib
|
2010-03-18 07:15:56 +01:00
|
|
|
version=2.22.5
|
2009-09-24 22:06:47 +02:00
|
|
|
distfiles="${GNOME_SITE}/glib/2.22/glib-$version.tar.bz2"
|
2008-09-29 22:32:08 +02:00
|
|
|
configure_args="--disable-fam --with-pcre=system"
|
2008-09-26 21:59:07 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="The GNU library of C routines"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-03-18 07:15:56 +01:00
|
|
|
checksum=802be9c9ffeb631725ffd6ed35af0af309776729a7fab4fcb48f2b0b8fe7245b
|
2008-09-26 21:59:07 +02: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 17:23:34 +02:00
|
|
|
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="glib-devel"
|
2009-12-24 16:04:45 +01:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run pcre
|
2009-02-25 17:55:24 +01:00
|
|
|
Add_dependency build gettext
|
|
|
|
Add_dependency build pkg-config
|
2009-12-24 16:04:45 +01:00
|
|
|
Add_dependency build pcre-devel
|