1b358afeaf
Also introduce "libs.depends", that adds a rundep of a package with a proper version. This is to avoid modifying all dependent packages if there's an API/ABI change. --HG-- extra : convert_revision : a46b11b8e9187bdb2bfc954ad5ff40ecd9c0fe31
17 lines
407 B
Text
17 lines
407 B
Text
# Template file for 'wget-locale'.
|
|
#
|
|
short_desc="${short_desc} (locales)"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the ${sourcepkg} locale files, for non US users."
|
|
run_depends=
|
|
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/locale ${destdir}/usr/share
|
|
}
|