[arch-commits] Commit in festival-awb-arctic/trunk (LICENSE PKGBUILD)

Eric Bélanger eric at archlinux.org
Thu Jul 30 00:27:43 UTC 2009


    Date: Wednesday, July 29, 2009 @ 20:27:42
  Author: eric
Revision: 47963

upgpkg: festival-awb-arctic 1.0-3
    Added arch tag, Added license

Added:
  festival-awb-arctic/trunk/LICENSE
Modified:
  festival-awb-arctic/trunk/PKGBUILD

----------+
 LICENSE  |   28 ++++++++++++++++++++++++++++
 PKGBUILD |   20 +++++++++++---------
 2 files changed, 39 insertions(+), 9 deletions(-)

Added: LICENSE
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2009-07-30 00:27:42 UTC (rev 47963)
@@ -0,0 +1,28 @@
+                Centre for Speech Technology Research
+                     University of Edinburgh, UK
+                       Copyright (c) 1996-2001
+                        All Rights Reserved.
+                                                                        
+  Permission is hereby granted, free of charge, to use and distribute
+  this software and its documentation without restriction, including
+  without limitation the rights to use, copy, modify, merge, publish,
+  distribute, sublicense, and/or sell copies of this work, and to
+  permit persons to whom this work is furnished to do so, subject to
+  the following conditions:
+   1. The code must retain the above copyright notice, this list of
+      conditions and the following disclaimer.
+   2. Any modifications must be clearly marked as such.
+   3. Original authors' names are not deleted.
+   4. The authors' names are not used to endorse or promote products
+      derived from this software without specific prior written
+      permission.
+
+ THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK
+  DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+  ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
+  SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE
+  FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
+  AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+  THIS SOFTWARE.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-30 00:13:26 UTC (rev 47962)
+++ PKGBUILD	2009-07-30 00:27:42 UTC (rev 47963)
@@ -2,22 +2,24 @@
 # Maintainer: Simo Leone <neotuli at gmail.com>
 # Contributor: Simo Leone <neotuli at gmail.com>
 pkgname=festival-awb-arctic
-_pkgnameorig=festvox_cstr_us_awb_arctic_multisyn
 pkgver=1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Scottish English male speaker (AWB), using excited residual LPC multisyn database."
+arch=('i686' 'x86_64')
 url="http://www.cstr.ed.ac.uk/projects/festival/"
-license=""
+license=('custom')
 depends=('festival')
-source=("http://www.cstr.ed.ac.uk/downloads/festival/1.95/$_pkgnameorig-$pkgver.tar.gz")
-md5sums=('880c20efb5baf0532671b46ac28545d0')
+source=(http://www.cstr.ed.ac.uk/downloads/festival/1.95/festvox_cstr_us_awb_arctic_multisyn-$pkgver.tar.gz LICENSE)
+md5sums=('880c20efb5baf0532671b46ac28545d0' 'eb7167e849fbd166699eef79e87a7e36')
+sha1sums=('d5e526f6f160fbdc3cb9eb0a3470b57f5045268b' 'e2f8a1cdd444925824475a9a537c18073aa07b9b')
 
 build() {
-  cd $srcdir
+  cd "$srcdir"
   
   sed -ie '2i(defvar voice_us_awb_multisyn_configure_pre nil)' \
-    festival/lib/voices-multisyn/english/cstr_us_awb_arctic_multisyn/festvox/cstr_us_awb_arctic_multisyn.scm
+    festival/lib/voices-multisyn/english/cstr_us_awb_arctic_multisyn/festvox/cstr_us_awb_arctic_multisyn.scm || return 1
   
-  mkdir -p $pkgdir/usr/share/festival
-  cp -a festival/lib/voices-multisyn $pkgdir/usr/share/festival
+  mkdir -p "$pkgdir/usr/share/festival"
+  cp -a festival/lib/voices-multisyn "$pkgdir/usr/share/festival" || return 1
+  install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
 }




More information about the arch-commits mailing list