2008-10-04 04:29:49 +00:00
|
|
|
# Template build file for 'glib'
|
|
|
|
pkgname=glib
|
2012-10-16 06:30:50 +00:00
|
|
|
version=2.34.1
|
2012-07-16 16:32:51 +00:00
|
|
|
revision=1
|
2012-07-07 11:36:02 +00:00
|
|
|
subpackages="glib-devel"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-10-16 06:30:50 +00:00
|
|
|
configure_args="--disable-fam --with-pcre=system --enable-static
|
|
|
|
--enable-man"
|
|
|
|
makedepends="python pkg-config zlib-devel pcre-devel>=8.30
|
|
|
|
libffi-devel libxslt docbook-xsl"
|
2008-09-26 19:59:07 +00:00
|
|
|
short_desc="The GNU library of C routines"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-06 06:30:19 +00:00
|
|
|
homepage="http://www.gtk.org/"
|
|
|
|
license="LGPL-2.1"
|
2012-09-24 06:56:05 +00:00
|
|
|
distfiles="${GNOME_SITE}/glib/2.34/glib-$version.tar.xz"
|
2012-10-16 06:30:50 +00:00
|
|
|
checksum=6e84dc9d84b104725b34d255421ed7ac3629e49f437d37addde5ce3891c2e2f1
|
2008-09-26 19:59:07 +00: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."
|