2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'glib'
|
|
|
|
pkgname=glib
|
2011-10-15 18:53:50 +02:00
|
|
|
version=2.30.1
|
2011-09-28 13:38:34 +02:00
|
|
|
distfiles="${GNOME_SITE}/glib/2.30/glib-$version.tar.xz"
|
2008-09-29 22:32:08 +02:00
|
|
|
configure_args="--disable-fam --with-pcre=system"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2008-09-26 21:59:07 +02:00
|
|
|
short_desc="The GNU library of C routines"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-06 08:30:19 +02:00
|
|
|
homepage="http://www.gtk.org/"
|
|
|
|
license="LGPL-2.1"
|
2011-10-15 18:53:50 +02:00
|
|
|
checksum=82fde222ea33a0faac88e9b50f5b1f7fcfc235c861a9371e8fe47ec12c1e27f9
|
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
|
2010-03-29 10:31:00 +02:00
|
|
|
Add_dependency run zlib
|
2010-12-11 01:22:28 +01:00
|
|
|
Add_dependency run libpcre
|
2011-09-28 13:38:34 +02:00
|
|
|
Add_dependency run libffi
|
|
|
|
|
|
|
|
Add_dependency build python ">=0"
|
|
|
|
Add_dependency build coreutils
|
2009-02-25 17:55:24 +01:00
|
|
|
Add_dependency build gettext
|
|
|
|
Add_dependency build pkg-config
|
2010-03-29 10:31:00 +02:00
|
|
|
Add_dependency build zlib-devel
|
2009-12-24 16:04:45 +01:00
|
|
|
Add_dependency build pcre-devel
|
2011-09-28 13:38:34 +02:00
|
|
|
Add_dependency build libffi-devel
|