2008-10-04 04:29:49 +00:00
|
|
|
# Template build file for 'glib'
|
|
|
|
pkgname=glib
|
2009-03-20 05:26:35 +00:00
|
|
|
sourcepkg=$pkgname
|
|
|
|
version=2.20.0
|
2008-10-14 05:52:29 +00:00
|
|
|
distfiles="
|
2009-03-20 05:26:35 +00:00
|
|
|
http://ftp.gnome.org/pub/gnome/sources/glib/2.20/glib-$version.tar.bz2"
|
2008-09-29 20:32:08 +00:00
|
|
|
configure_args="--disable-fam --with-pcre=system"
|
2008-09-26 19:59:07 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="The GNU library of C routines"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-03-20 05:26:35 +00:00
|
|
|
checksum=6fb4269a187bee6f7825c358fd6f0e0e99e6ad71f7f995ddcbfe9466ec8f6631
|
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."
|
2008-10-20 15:23:34 +00:00
|
|
|
|
2009-02-25 16:55:24 +00:00
|
|
|
subpackages="devel"
|
|
|
|
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full pcre
|
|
|
|
Add_dependency build gettext
|
|
|
|
Add_dependency build pkg-config
|