18 lines
736 B
Text
18 lines
736 B
Text
# Template build file for 'glib'
|
|
pkgname=glib
|
|
version=2.32.4
|
|
revision=1
|
|
subpackages="glib-devel"
|
|
build_style=gnu-configure
|
|
makedepends="python pkg-config zlib-devel pcre-devel>=8.30 libffi-devel"
|
|
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.32/glib-$version.tar.xz"
|
|
configure_args="--disable-fam --with-pcre=system --enable-static"
|
|
checksum=a5d742a4fda22fb6975a8c0cfcd2499dd1c809b8afd4ef709bda4d11b167fae2
|
|
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."
|