aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/synaesthesia/synaesthesia_2.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/synaesthesia/synaesthesia_2.4.bb')
-rw-r--r--recipes/synaesthesia/synaesthesia_2.4.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/synaesthesia/synaesthesia_2.4.bb b/recipes/synaesthesia/synaesthesia_2.4.bb
new file mode 100644
index 0000000000..14b96ea860
--- /dev/null
+++ b/recipes/synaesthesia/synaesthesia_2.4.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Synaesthesia is a program that gives a graphical accompanyment to music."
+SECTION = "x11/multimedia"
+HOMEPAGE = "http://www.logarithmic.net/pfh/synaesthesia"
+LICENSE = "GPL"
+DEPENDS = "libx11"
+# optional
+# DEPENDS += "libsdl-x11 directfb"
+
+SRC_URI = "http://www.logarithmic.net/pfh-files/synaesthesia/synaesthesia-${PV}.tar.gz"
+
+inherit autotools
+
+