aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsoundgen/libsoundgen_0.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libsoundgen/libsoundgen_0.6.bb')
-rw-r--r--recipes/libsoundgen/libsoundgen_0.6.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/libsoundgen/libsoundgen_0.6.bb b/recipes/libsoundgen/libsoundgen_0.6.bb
new file mode 100644
index 0000000000..5c65141ab5
--- /dev/null
+++ b/recipes/libsoundgen/libsoundgen_0.6.bb
@@ -0,0 +1,13 @@
+SECTION = "x11/libs"
+
+GPE_TARBALL_SUFFIX = "bz2"
+
+inherit gpe autotools pkgconfig
+LICENSE = "LGPL"
+DEPENDS = "esound"
+
+
+do_stage() {
+ autotools_stage_all
+}
+