summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2018-01-05 17:15:23 +0100
committerBartłomiej Piotrowski2018-01-05 17:15:23 +0100
commitd97e36d156869154310f5c1747646d75070c85e6 (patch)
tree1276e3b0886086e7f3de4fe6717bc50d85c38346
downloadaur-festvox-ru.tar.gz
Import from official repositories
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD24
-rw-r--r--festvox-ru.install3
3 files changed, 41 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8a5ae366f5a9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = festvox-ru
+ pkgdesc = Russian support for Festival.
+ pkgver = 0.5
+ pkgrel = 4
+ url = https://launchpad.net/ubuntu/+source/festvox-ru
+ install = festvox-ru.install
+ arch = any
+ license = BSD
+ depends = festival
+ source = https://launchpad.net/ubuntu/+archive/primary/+files/festvox-ru_0.5%2Bdfsg.orig.tar.bz2
+ md5sums = ded572f715cfd58e62d4bc380eb64c48
+
+pkgname = festvox-ru
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b0e8cce2a39f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 194152 2016-10-31 13:48:24Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Anonymous <fegdri@gmail.com>
+
+pkgname=festvox-ru
+pkgver=0.5
+pkgrel=4
+pkgdesc="Russian support for Festival."
+arch=('any')
+url="https://launchpad.net/ubuntu/+source/festvox-ru"
+depends=('festival')
+makedepends=()
+license=('BSD')
+install=festvox-ru.install
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/festvox-ru_${pkgver}%2Bdfsg.orig.tar.bz2)
+md5sums=('ded572f715cfd58e62d4bc380eb64c48')
+
+package() {
+ cd "$srcdir"/msu_ru_nsh_clunits
+ mkdir -p "$pkgdir"/usr/share/festival/voices/russian/msu_ru_nsh_clunits
+ mv * "$pkgdir"/usr/share/festival/voices/russian/msu_ru_nsh_clunits
+ mkdir -p "$pkgdir"/usr/share/licenses/$pkgname/
+ mv "$pkgdir"/usr/share/festival/voices/russian/msu_ru_nsh_clunits/COPYING "$pkgdir"/usr/share/licenses/$pkgname/
+}
diff --git a/festvox-ru.install b/festvox-ru.install
new file mode 100644
index 000000000000..7d7cf1cfdeaf
--- /dev/null
+++ b/festvox-ru.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo "Use (voice_msu_ru_nsh_clunits) to select Russian voice"
+}