[arch-commits] Commit in voxforge-am-julius/repos (3 files)
Evgeniy Alekseev
arcanis at nymeria.archlinux.org
Wed Jan 8 10:38:07 UTC 2014
Date: Wednesday, January 8, 2014 @ 11:38:07
Author: arcanis
Revision: 103608
archrelease: copy trunk to community-staging-any
Added:
voxforge-am-julius/repos/community-staging-any/
voxforge-am-julius/repos/community-staging-any/PKGBUILD
(from rev 103607, voxforge-am-julius/trunk/PKGBUILD)
voxforge-am-julius/repos/community-staging-any/voxforge-am-julius.install
(from rev 103607, voxforge-am-julius/trunk/voxforge-am-julius.install)
----------------------------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
voxforge-am-julius.install | 11 +++++++++++
2 files changed, 41 insertions(+)
Copied: voxforge-am-julius/repos/community-staging-any/PKGBUILD (from rev 103607, voxforge-am-julius/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2014-01-08 10:38:07 UTC (rev 103608)
@@ -0,0 +1,30 @@
+# $id$
+# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
+# Contributor: Matt Harrison <matt at mistbyte dot com>
+# Contributor: Muhammad Qadri <Muhammad dot A dot Qadri at gmail dot com>
+
+pkgname=voxforge-am-julius
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Acoustic model information for use with Julius voice recognition software"
+arch=('any')
+url="http://www.voxforge.org/"
+license=('GPL')
+source=("${pkgname}-${pkgver}.tgz::http://www.repository.voxforge1.org/downloads/Main/Tags/Releases/0_1_1-build726/Julius-3.5.2-Quickstart-Linux_(0_1_1-build726).tgz")
+install=${pkgname}.install
+md5sums=('7f62c1fd168d38f69f2446206a6c5294')
+
+package() {
+ cd "${srcdir}"
+
+ install -Dm644 "julian.jconf" "${pkgdir}/usr/share/voxforge/julius/julian.jconf"
+ install -dm755 "${pkgdir}/usr/share/voxforge/julius/grammar/"
+ install -m644 -t "${pkgdir}/usr/share/voxforge/julius/grammar/" "grammar/"*
+ install -dm755 "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/"
+ install -m644 -t "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/" "acoustic_model_files/"*
+
+ # remove license files
+ rm "${pkgdir}/usr/share/voxforge/julius/"{acoustic_model_files,grammar}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
Copied: voxforge-am-julius/repos/community-staging-any/voxforge-am-julius.install (from rev 103607, voxforge-am-julius/trunk/voxforge-am-julius.install)
===================================================================
--- community-staging-any/voxforge-am-julius.install (rev 0)
+++ community-staging-any/voxforge-am-julius.install 2014-01-08 10:38:07 UTC (rev 103608)
@@ -0,0 +1,11 @@
+post_install() {
+ cat << EOF
+To run, use
+ julius -input mic -C /usr/share/voxforge/julius/julian.jconf
+
+To manipulate, copy the contents of /usr/share/voxforge/julius to a local
+folder (i.e. ~/.voxforge/julius/).
+EOF
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list