2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'glib'
|
|
|
|
pkgname=glib
|
2012-05-15 16:07:14 +02:00
|
|
|
version=2.32.3
|
2012-03-25 11:18:03 +02:00
|
|
|
distfiles="${GNOME_SITE}/glib/2.32/glib-$version.tar.xz"
|
2012-03-26 10:11:03 +02:00
|
|
|
configure_args="--disable-fam --with-pcre=system --enable-static"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="python>=0 pkg-config zlib-devel pcre-devel libffi-devel"
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
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"
|
2012-05-15 16:07:14 +02:00
|
|
|
checksum=b65ceb462807e4a2f91c95e4293ce6bbefca308cb44a1407bcfdd9e40363ff4d
|
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"
|
2011-09-28 13:38:34 +02:00
|
|
|
|