aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libvisual/libvisual_0.4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libvisual/libvisual_0.4.0.bb')
-rw-r--r--recipes/libvisual/libvisual_0.4.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/libvisual/libvisual_0.4.0.bb b/recipes/libvisual/libvisual_0.4.0.bb
new file mode 100644
index 0000000000..4c1eff1651
--- /dev/null
+++ b/recipes/libvisual/libvisual_0.4.0.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A cross platform audio visualization library"
+HOMEPAGE = "http://libvisual.sf.net"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "LGPL GPL"
+SRC_URI = "${SOURCEFORGE_MIRROR}/libvisual/libvisual-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}