2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'glib'
|
|
|
|
pkgname=glib
|
2011-09-28 13:38:34 +02:00
|
|
|
version=2.30.0
|
|
|
|
revision=1
|
|
|
|
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"
|
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>"
|
2011-06-06 08:30:19 +02:00
|
|
|
homepage="http://www.gtk.org/"
|
|
|
|
license="LGPL-2.1"
|
2011-09-28 13:38:34 +02:00
|
|
|
checksum=d64c00b43409eabb89aad78501fcb1a992b002b314a4414a9bd069585cb7cdc1
|
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
|