blob: 7546c14698abd16952f8e79dc990ff54cb5de58f [file] [log] [blame]
# Copyright 2024 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit dlc
DESCRIPTION="tts da-dk Language Pack for Chromium OS"
SRC_URI="gs://chromeos-localmirror/distfiles/languagepack-tts-da-dk-${PV}.tar.xz"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE="dlc"
REQUIRED_USE="dlc"
DLC_PREALLOC_BLOCKS="4372"
# Enable scaled DLC design. See go/dlc-scaling and b/236008158.
DLC_SCALED=true
# Override S, as we store everything in the root directory of the archive.
S="${WORKDIR}"
src_install() {
insinto "$(dlc_add_path /)"
doins voice-standard.zvoice
doins voice.zvoice
dlc_src_install
}
OSZAR »