blob: 96c82fd157e9fec7a4c34cbf38e6cffd0a5f0886 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
#Has broken libtool usage
do_configure() {
gnu-configize
oe_runconf
}
do_stage() {
autotools_stage_all
}
|