glibc: converted to subpkgs, don't build/install all locales.

--HG--
extra : convert_revision : 808d308c646e2c8e07e97435983ef377a64ad5da
This commit is contained in:
Juan RP
2009-02-21 02:18:23 +01:00
parent b063ab2b54
commit f788c5f3f6
9 changed files with 85 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
# Template file for 'glibc'
pkgname=glibc
sourcepkg=glibc
version=2.9
glibc_snapdate=20090209
wrksrc="$pkgname-$version-$glibc_snapdate"
@@ -10,8 +11,7 @@ configure_args="--with-tls -disable-profile --with-__thread
--enable-kernel=2.6.16 --enable-add-ons --without-gd --enable-bind-now
--without-cvs --without-selinux --infodir=/usr/share/info
--libdir=/usr/lib --libexecdir=/usr/lib"
make_install_target="install_root=$XBPS_DESTDIR/$pkgname-$version install
localedata/install-locales"
make_install_target="install_root=$XBPS_DESTDIR/$pkgname-$version install"
short_desc="The GNU C library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=d5ae995e8a90ffa6ed05e213f3ce4c5c36322be551f0001cf0904fd46e040a73
@@ -22,11 +22,9 @@ long_desc="
as C++ and Objective C; the runtime facilities of other programming
languages use the C library to access the underlying operating system."
conf_files="/etc/localtime /etc/ld.so.cache /etc/ld.so.conf /etc/rpc
/etc/nsswitch.conf"
base_chroot=yes
build_depends="gcc-4.3.2 gawk-3.1.6"
run_depends="xbps-base-dirs-0.1"
subpackages="base dev libs locale"
pre_configure()
{