media-sound/asterisk-sounds-ru-tamara - 2.0.2 (mva)

Search

Install

Install this version:

emerge -a =media-sound/asterisk-sounds-ru-tamara-2.0.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-sound/asterisk-sounds-ru-tamara-2.0.2

Or alternatively:

emerge --autounmask-write -a =media-sound/asterisk-sounds-ru-tamara-2.0.2

Package Information

Description:
Asterisk's russian sounds. \"Tamara\" pack
Homepage:
https://asteriskforum.ru/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.0.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

DESCRIPTION="Asterisk's russian sounds. \"Tamara\" pack"
HOMEPAGE="https://asteriskforum.ru/"
SRC_URI="https://val.bmstu.ru/unix/voip/Russian-Tamara-2.0.2-ulaw.tar.gz"

S="${WORKDIR}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=">=net-misc/asterisk-1.6.2.0"
RDEPEND="${DEPEND}"

src_unpack() {
	default
	unpack "./Russian-Tamara-2.0.2-ulaw/sounds.tar.gz"
}

src_install() {
	insinto /var/lib/asterisk/sounds
	doins -r sounds/*
}

Dependencies

DEPEND

>=net-misc/asterisk-1.6.2.0

RDEPEND

>=net-misc/asterisk-1.6.2.0

Manifest for 2.0.2

Type File Size Source URLs
DIST Russian-Tamara-2.0.2-ulaw.tar.gz 7180971 bytes https://val.bmstu.ru/unix/voip/Russian-Tamara-2.0.2-ulaw.tar.gz