[oe-commits] org.oe.dev add fluidsynth, a software synthesizer. bb by thomasg

mickeyl commit oe at amethyst.openembedded.net
Wed Jul 16 17:04:29 UTC 2008


add fluidsynth, a software synthesizer. bb by thomasg

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 6effd4b98afa326e66d32ef10490967c420727f4
ViewMTN: http://monotone.openembedded.org/revision/info/6effd4b98afa326e66d32ef10490967c420727f4
Files:
1
packages/fluidsynth
packages/fluidsynth/fluidsynth_1.0.8.bb
Diffs:

#
# mt diff -rd4251a07b92e55abfd0c75b5e1df095bf0184d75 -r6effd4b98afa326e66d32ef10490967c420727f4
#
#
#
# add_dir "packages/fluidsynth"
# 
# add_file "packages/fluidsynth/fluidsynth_1.0.8.bb"
#  content [433d6420252d490051f7dfcf8a489ce5b4823ebc]
#
============================================================
--- packages/fluidsynth/fluidsynth_1.0.8.bb	433d6420252d490051f7dfcf8a489ce5b4823ebc
+++ packages/fluidsynth/fluidsynth_1.0.8.bb	433d6420252d490051f7dfcf8a489ce5b4823ebc
@@ -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
+}
+






More information about the Openembedded-commits mailing list