void-packages/srcpkgs/glib/template

21 lines
771 B
Plaintext
Raw Normal View History

# Template build file for 'glib'
pkgname=glib
2012-11-26 22:16:14 +01:00
version=2.34.3
2012-07-16 18:32:51 +02:00
revision=1
2012-07-07 13:36:02 +02:00
subpackages="glib-devel"
build_style=gnu-configure
2012-10-16 08:30:50 +02: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"
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-09-24 08:56:05 +02:00
distfiles="${GNOME_SITE}/glib/2.34/glib-$version.tar.xz"
2012-11-26 22:16:14 +01:00
checksum=855fcbf87cb93065b488358e351774d8a39177281023bae58c286f41612658a7
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."