From 1b5750ccf37250a55b95e42b64fb4d952202057d Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 16 Jul 2008 16:49:49 +0000 Subject: [PATCH] add fluidsynth, a software synthesizer. bb by thomasg --- packages/fluidsynth/.mtn2git_empty | 0 packages/fluidsynth/fluidsynth_1.0.8.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 packages/fluidsynth/.mtn2git_empty create mode 100644 packages/fluidsynth/fluidsynth_1.0.8.bb diff --git a/packages/fluidsynth/.mtn2git_empty b/packages/fluidsynth/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/fluidsynth/fluidsynth_1.0.8.bb b/packages/fluidsynth/fluidsynth_1.0.8.bb new file mode 100644 index 0000000000..075140c92f --- /dev/null +++ b/packages/fluidsynth/fluidsynth_1.0.8.bb @@ -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 +} + -- 2.39.5