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

[Package]
project   = SweetsDistribution
implement = %(name)s
name      = 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 = stable

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