summaryrefslogtreecommitdiffstats
path: root/main/espeak/APKBUILD
blob: ffb879f5965d7dd89360c5375caeca2371d3efa3 (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=espeak
pkgver=1.43.02
pkgrel=0
pkgdesc="Speech synthesizer for English and other languages"
url="http://espeak.sourceforge.net/"
license="GPL-3"
subpackages="$pkgname-dev"
depends=
makedepends=
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$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="619e9042e7affab3e48d01fcfa6c6ae6  espeak-1.43.02-source.zip"