summaryrefslogtreecommitdiffstats
path: root/main/espeak/APKBUILD
blob: 1a3e521749ddb56dfa5df27a4545a428885a902b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=espeak
pkgver=1.48.04
pkgrel=0
pkgdesc="Speech synthesizer for English and other languages"
url="http://espeak.sourceforge.net/"
arch="all"
license="GPL-3"
subpackages="$pkgname-dev"
depends=
makedepends=
source="http://downloads.sourceforge.net/project/espeak/espeak/espeak-${pkgver%.*}/espeak-$pkgver-source.zip"

_builddir="$srcdir"/$pkgname-$pkgver-source

build() {
	cd "$_builddir"/src
	make AUDIO=none || return 1
}

package() {
	cd "$_builddir"/src
	make AUDIO=none DESTDIR="$pkgdir" install || return 1
}

md5sums="cadd7482eaafe9239546bdc09fa244c3  espeak-1.48.04-source.zip"
sha256sums="bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659  espeak-1.48.04-source.zip"
sha512sums="f0759e6ace2604c8cbb19e8c3fd4b106edf4dcece247a6677f6b734af7746c35a367126edfbe585396c98f6c54f07e25d64bfab35e258e64f09bd2c0833247fa  espeak-1.48.04-source.zip"