2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'glib'
|
|
|
|
pkgname=glib
|
2009-08-10 18:06:21 +02:00
|
|
|
version=2.20.4
|
2009-05-18 18:05:33 +02:00
|
|
|
distfiles="${GNOME_SITE}/glib/2.20/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-08-10 18:06:21 +02:00
|
|
|
checksum=af709f0eabfbbfa5c59a02764ca1dd5e6509bbe7fb67a474b2c448bda7b06fb9
|
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-02-25 17:55:24 +01:00
|
|
|
subpackages="devel"
|
|
|
|
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full pcre
|
|
|
|
Add_dependency build gettext
|
|
|
|
Add_dependency build pkg-config
|