blob: c88d72ffba5b809ecaa7dfba1e1b4f6e2f08bd05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit asterisk-prompt
MY_P="elianna-pack_v${PV}"
DESCRIPTION="Spanish (Argentina) sounds for Asterisk"
HOMEPAGE="http://www.ip-flow.com.ar/elianna_pack.html"
SRC_URI="http://www.ip-flow.com.ar/downloads/${MY_P}.tar.gz"
LICENSE="CCPL-Attribution-NonCommercial-NoDerivs-2.5"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
RESTRICT="nomirror"
S="${WORKDIR}/${MY_P}"
AST_PROMPT_DOCS="README.txt"
|