summaryrefslogtreecommitdiffstats
path: root/main/espeak/APKBUILD
blob: cbec6b57938a94756a48847f56706a7f5773b304 (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.47.11
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="541c1a8f2c198ccda098f53f9f61a66a  espeak-1.47.11-source.zip"
sha256sums="9bd4d0569af48a2cb13fa76704dec3124d27025a3f21c87598457976472b360c  espeak-1.47.11-source.zip"
sha512sums="77c3989fbd0e4aadae0da2d7f1c587854895ae103633704ee5b4042b0618897d01edffa80b1f13e6cbf356f2f31beaf4fdb7e90e4ab641d5286d559aaefe932b  espeak-1.47.11-source.zip"