Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2011-02-03 02:18:28 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2011-02-03 02:18:28 (GMT)
commitece432e0d651187fae459b4d55dd9cbb02429aec (patch)
treeb1a99b9c3396fd6c9be5750ead39cbf2f7550447
parent738048559ce5d420092edda9b69fa3d4f09ef4b3 (diff)
Add recipe file
-rw-r--r--.gitignore2
-rw-r--r--sweets.recipe27
2 files changed, 28 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a1685ab..f29ecb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,4 +21,4 @@ missing
*.lo
m4
gst-plugin-*.tar.*
-.0sugar
+.sweets
diff --git a/sweets.recipe b/sweets.recipe
new file mode 100644
index 0000000..d0df31d
--- /dev/null
+++ b/sweets.recipe
@@ -0,0 +1,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