Install all packages via DESTDIR var and not prefix.

This removes many assignments that were needed before, and fixes
some packages to install its manpage/info files.

--HG--
extra : convert_revision : 5422f921ef81d089ed95ce0c52e5106ea10b2165
This commit is contained in:
Juan RP
2009-03-18 10:02:43 +01:00
parent d143a6ed7e
commit 3667f039f2
48 changed files with 68 additions and 97 deletions

View File

@@ -4,10 +4,7 @@ sourcepkg=glib
version=2.18.2
distfiles="
http://ftp.gnome.org/pub/gnome/sources/glib/2.18/$pkgname-$version.tar.bz2"
# Disable FAM for now and use the installed pcre package instead
# of the supplied one.
configure_args="--disable-fam --with-pcre=system"
ignore_files="charset.alias"
build_style=gnu_configure
short_desc="The GNU library of C routines"
maintainer="Juan RP <xtraeme@gmail.com>"