void-packages/srcpkgs/glib/template
2012-11-10 06:24:06 +01:00

21 lines
771 B
Plaintext

# Template build file for 'glib'
pkgname=glib
version=2.34.2
revision=1
subpackages="glib-devel"
build_style=gnu-configure
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>"
homepage="http://www.gtk.org/"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/glib/2.34/glib-$version.tar.xz"
checksum=2d99a8309cdd0c584bd5386a49265fb19ac64575fe108fd901d6f26c8d73c708
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."