HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #517

Ticket #517: fluidsynth-1.1.3.bep

File fluidsynth-1.1.3.bep, 598 bytes (added by michaelvoliveira, 4 years ago)

Uses cmake instead configure

Line 
1DESCRIPTION="Fluidsynth is a software real-time synthesizer based on the Soundfont 2 specifications."
2HOMEPAGE="http://www.fluidsynth.org/"
3SRC_URI="http://sourceforge.net/projects/fluidsynth/files/fluidsynth-1.1.3/fluidsynth-1.1.3.tar.bz2/download"
4CHECKSUM_MD5="6e35225b088eae0c2af0b78097941655"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="dev-libs/glib >= 2.24.1
8                media-libs/libsndfile >= 1.0.18"
9
10BUILD {
11        cd fluidsynth-1.1.3
12        cmake .
13        make
14}
15
16INSTALL {
17        cd fluidsynth-1.1.3
18        make install
19}
20
21LICENSE="GNU LGPL v2.1"
22COPYRIGHT="2007-2010 Josh Green, Pedro Lopez-Cabanillas, David Henningsson"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/