diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc')
-rw-r--r-- | meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc new file mode 100644 index 0000000000..df431b62cc --- /dev/null +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "Fluidsynth is a software synthesizer" | ||
2 | HOMEPAGE = "http://www.fluidsynth.org/" | ||
3 | SECTION = "libs/multimedia" | ||
4 | LICENSE = "LGPL-2.1" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" | ||
6 | |||
7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git" | ||
8 | SRCREV = "1bae9b2fe1a958f54f4910c802a79673e0df9850" | ||
9 | S = "${WORKDIR}/git" | ||
10 | PV = "2.0.3" | ||
11 | |||
12 | inherit cmake pkgconfig lib_package | ||