add fluidsynth, a software synthesizer. bb by thomasg
authorMichael Lauer <mickey@vanille-media.de>
Wed, 16 Jul 2008 16:49:49 +0000 (16:49 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 16 Jul 2008 16:49:49 +0000 (16:49 +0000)
packages/fluidsynth/.mtn2git_empty [new file with mode: 0644]
packages/fluidsynth/fluidsynth_1.0.8.bb [new file with mode: 0644]

diff --git a/packages/fluidsynth/.mtn2git_empty b/packages/fluidsynth/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/fluidsynth/fluidsynth_1.0.8.bb b/packages/fluidsynth/fluidsynth_1.0.8.bb
new file mode 100644 (file)
index 0000000..075140c
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "Fluidsynth is a software synthesizer"
+HOMEPAGE = "http://www.fluidsynth.org/"
+SECTION = "libs/multimedia"
+LICENSE = "GPLv2"
+DEPENDS = "alsa-lib ncurses"
+
+SRC_URI = "http://savannah.nongnu.org/download/fluid/${P}.tar.gz"
+
+inherit autotools pkgconfig lib_package
+
+do_stage() {
+       autotools_stage_all
+}
+