2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'glib'
|
|
|
|
pkgname=glib
|
2009-03-20 06:26:35 +01:00
|
|
|
sourcepkg=$pkgname
|
2009-06-06 01:31:42 +02:00
|
|
|
version=2.20.3
|
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-06-06 01:31:42 +02:00
|
|
|
checksum=37f098617c2fac11eee4c6289d576300abd0a01825d4c809462f5b698d1127b0
|
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
|