aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xmms/xmms-tremor_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xmms/xmms-tremor_1.0.bb')
-rw-r--r--recipes/xmms/xmms-tremor_1.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xmms/xmms-tremor_1.0.bb b/recipes/xmms/xmms-tremor_1.0.bb
new file mode 100644
index 0000000000..21e2e8dc9b
--- /dev/null
+++ b/recipes/xmms/xmms-tremor_1.0.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "xmms plugin for the tremos integer vorbis decoder"
+SECTION = "x11/multimedia"
+LICENSE = "GPL"
+DEPENDS = "xmms tremor"
+SRC_URI = "http://mirror1.pdaxrom.org/source/src/xmms-tremor-1.0.tar.bz2"
+
+inherit autotools
+
+FILES_${PN} = "${libdir}/xmms/Input/libxmmstremor.so"
+FILES_${PN}-dbg += "${libdir}/xmms/Input/.debug/libxmmstremor.so"
+