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