svox: add package

Signed-off-by: Alessandro Di Marco <dmr@ethzero.com>
This commit is contained in:
Alessandro Di Marco
2015-01-22 12:55:28 +01:00
parent 3505f198bb
commit 1a82f58f8e
12 changed files with 889 additions and 0 deletions
@@ -0,0 +1,32 @@
From 486b9f924bdf38f5f213feed2631060b44024c11 Mon Sep 17 00:00:00 2001
From: Mathieu Parent <math.parent@gmail.com>
Date: Tue, 27 Oct 2009 23:06:46 +0100
Subject: [PATCH 5/7] Install lang files
---
pico/Makefile.am | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/pico/Makefile.am b/pico/Makefile.am
index 9151042..8898050 100644
--- a/pico/Makefile.am
+++ b/pico/Makefile.am
@@ -70,6 +70,15 @@ libttspico_la_HEADERS = \
lib/picotrns.h \
lib/picowa.h
+picolangdir = $(datadir)/pico/lang
+picolang_DATA = \
+ lang/de-DE*.bin \
+ lang/en-GB*.bin \
+ lang/en-US*.bin \
+ lang/es-ES*.bin \
+ lang/fr-FR*.bin \
+ lang/it-IT*.bin
+
bin_PROGRAMS = pico2wave
pico2wave_SOURCES = \
bin/pico2wave.c
--
1.7.1