Date: Friday, November 9, 2018 @ 23:29:30
  Author: foutrelis
Revision: 405295

archrelease: copy trunk to community-staging-x86_64

Added:
  espeak/repos/community-staging-x86_64/
  espeak/repos/community-staging-x86_64/PKGBUILD
    (from rev 405294, espeak/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: espeak/repos/community-staging-x86_64/PKGBUILD (from rev 405294, 
espeak/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-09 23:29:30 UTC (rev 405295)
@@ -0,0 +1,33 @@
+# Maintainer:
+# Contributor: Alexander F Rødseth <xypr...@archlinux.org>
+# Contributor: Mateusz Herych <heni...@gmail.com>
+# Contributor: Christoph Siegenthaler <c...@gmx.ch>
+
+pkgname=espeak
+pkgver=1.48.04
+pkgrel=2
+epoch=1
+pkgdesc='Text to Speech engine for English, with support for other languages'
+arch=('x86_64')
+url='http://espeak.sourceforge.net/'
+license=('GPL')
+depends=('portaudio' 'libpulse')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip";)
+sha256sums=('bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659')
+
+build() {
+  cd "$pkgname-$pkgver-source/src"
+
+  cp portaudio19.h portaudio.h
+  make CXXFLAGS="$CXXFLAGS -w -std=c++98" AUDIO=pulseaudio
+}
+
+package() {
+  cd "$pkgname-$pkgver-source/src"
+
+  make DESTDIR="$pkgdir" install
+  chmod 644 "$pkgdir/usr/lib/libespeak.a"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to