void-packages/srcpkgs/glib/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

29 lines
964 B
Text

# Template build file for 'glib'
pkgname=glib
version=2.30.1
distfiles="${GNOME_SITE}/glib/2.30/glib-$version.tar.xz"
configure_args="--disable-fam --with-pcre=system"
build_style=gnu-configure
short_desc="The GNU library of C routines"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gtk.org/"
license="LGPL-2.1"
checksum=82fde222ea33a0faac88e9b50f5b1f7fcfc235c861a9371e8fe47ec12c1e27f9
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."
subpackages="glib-devel"
Add_dependency run glibc
Add_dependency run zlib
Add_dependency run libpcre
Add_dependency run libffi
Add_dependency build python ">=0"
Add_dependency build coreutils
Add_dependency build gettext
Add_dependency build pkg-config
Add_dependency build zlib-devel
Add_dependency build pcre-devel
Add_dependency build libffi-devel