diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-16 16:49:49 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-16 16:49:49 +0000 |
commit | 1b5750ccf37250a55b95e42b64fb4d952202057d (patch) | |
tree | f0086384268cf99079220aca4fbdb24893b29878 /packages/fluidsynth/fluidsynth_1.0.8.bb | |
parent | 4fe64e497bb8af2ca8298c7b5af3f52d68e0467d (diff) |
add fluidsynth, a software synthesizer. bb by thomasg
Diffstat (limited to 'packages/fluidsynth/fluidsynth_1.0.8.bb')
-rw-r--r-- | packages/fluidsynth/fluidsynth_1.0.8.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 +} + |