diff options
| -rw-r--r-- | meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb new file mode 100644 index 0000000000..f5d6e53f16 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "Fluidsynth is a software synthesizer" | ||
| 2 | HOMEPAGE = "http://www.fluidsynth.org/" | ||
| 3 | SECTION = "libs/multimedia" | ||
| 4 | LICENSE = "LGPLv-2.0+" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=dda26baa823649da9a68947707650272" | ||
| 6 | |||
| 7 | DEPENDS = "alsa-lib ncurses" | ||
| 8 | |||
| 9 | SRC_URI = "http://savannah.nongnu.org/download/fluid/${P}.tar.gz" | ||
| 10 | SRC_URI[md5sum] = "e2abfd2e69fd8b28d965df968d7d44ee" | ||
| 11 | SRC_URI[sha256sum] = "45e7c9967d0fb0344f4da539ab343fb979384b36a429a8594c94cf466dff4320" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig lib_package | ||
| 14 | |||
| 15 | #Has broken libtool usage | ||
| 16 | do_configure() { | ||
| 17 | gnu-configize | ||
| 18 | oe_runconf | ||
| 19 | } | ||
