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

[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.4.0
stability = stable

requires  = %(depends)s

[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