3667f039f2
This removes many assignments that were needed before, and fixes some packages to install its manpage/info files. --HG-- extra : convert_revision : 5422f921ef81d089ed95ce0c52e5106ea10b2165
22 lines
741 B
Text
22 lines
741 B
Text
# Template build file for 'glib'
|
|
pkgname=glib
|
|
sourcepkg=glib
|
|
version=2.18.2
|
|
distfiles="
|
|
http://ftp.gnome.org/pub/gnome/sources/glib/2.18/$pkgname-$version.tar.bz2"
|
|
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>"
|
|
checksum=95e99ab4f1ccc9abd48636ae2aeefa102d9749a5fc8ea6386e44683942fd7333
|
|
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="devel"
|
|
|
|
Add_dependency full glibc
|
|
Add_dependency full pcre
|
|
Add_dependency build gettext
|
|
Add_dependency build pkg-config
|