修复issue 100
[gentoo-china-overlay.git] / app-dicts / WyabdcRealPeopleTTS / WyabdcRealPeopleTTS-2.1.0.ebuild
bloba3949224f3ba0522e6ffb65682d3637adead00bb
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 DESCRIPTION="Real People Sound"
6 HOMEPAGE="http://sourceforge.net/projects/stardict/"
7 SRC_URI="mirror://sourceforge/stardict/${PN}.tar.bz2"
8 LICENSE="GPL-2"
9 SLOT="0"
10 KEYWORDS="x86"
12 DEPEND=""
13 RESTRICT="mirror"
15 src_unpack() {
16 unpack ${PN}.tar.bz2
19 src_install() {
20 dodir /usr/share/${PN}
21 cd "${WORKDIR}"/${PN}
22 for SUBDIR in *
24 if [ -d $SUBDIR ]
25 then
26 dodir /usr/share/${PN}/$SUBDIR
27 insinto /usr/share/${PN}/$SUBDIR
28 doins $SUBDIR/*.wav
30 done