Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sweets.recipe
blob: d0df31d048b155508842a358cbb3111d9489b6d8 (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
[DEFAULT]
depends   = espeak; gstreamer; gst-plugins-base

[Library]
sweet     = gst-plugins-espeak
summary   = eSpeak library as a sound source for GStreamer
license   = GPLv2+
homepage  = http://wiki.sugarlabs.org/go/Activity_Team/gst-plugins-espeak

version   = 0.3.5
stability = testing

requires  = %(depends)s
binding   = GST_PLUGIN_PATH lib

[Archive]
arch      = any

[Build]
requires  = %(depends)s; make; gcc-c
clean     = make distclean; ./autogen.sh --version
configure = ./configure --prefix=%(PREFIX)s CFLAGS="%(CFLAGS)s"
make      = make
install   = make DESTDIR=%(DESTDIR)s install

[Source]
exec      = ./autogen.sh && make distcheck