2009-02-24 07:13:11 +01:00
|
|
|
# Template file for 'glibc-locales'.
|
2009-02-21 02:18:23 +01:00
|
|
|
#
|
|
|
|
short_desc="${short_desc} (locales)"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the ${sourcepkg} locale files, for non US users."
|
|
|
|
noarch=yes
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
local destdir=${XBPS_DESTDIR}/${pkgname}-${version}
|
|
|
|
local origdir=${XBPS_DESTDIR}/${sourcepkg}-${version}
|
|
|
|
|
|
|
|
mkdir -p ${destdir}/usr/share
|
|
|
|
mv ${origdir}/usr/share/i18n ${destdir}/usr/share
|
|
|
|
mv ${origdir}/usr/share/locale ${destdir}/usr/share
|
|
|
|
}
|