2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'glib'
|
|
|
|
pkgname=glib
|
2009-10-08 20:58:03 +02:00
|
|
|
version=2.22.2
|
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>"
|
2009-10-08 20:58:03 +02:00
|
|
|
checksum=a4a41d02fc2d3f5effa1fc3466918e0b3ab60e9eb0a08139b997f2649cbacca3
|
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-02-25 17:55:24 +01:00
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full pcre
|
|
|
|
Add_dependency build gettext
|
|
|
|
Add_dependency build pkg-config
|