Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
mda-lv2 1.0.0
Browse files Browse the repository at this point in the history
http://drobilla.net/software/mda-lv2/

Closes #16232.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Ben Swift authored and adamv committed Jan 15, 2013
1 parent edee0a1 commit ddd88b5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Library/Formula/mda-lv2.rb
@@ -0,0 +1,16 @@
require 'formula'

class MdaLv2 < Formula
homepage 'http://drobilla.net/software/mda-lv2/'
url 'http://download.drobilla.net/mda-lv2-1.0.0.tar.bz2'
sha1 '03ad1115405bbc870b3cd10f557f326b38cbb74d'

depends_on 'pkg-config' => :build
depends_on 'lv2'

def install
system "./waf", "configure", "--prefix=#{prefix}", "--lv2dir=#{share}/lv2"
system "./waf"
system "./waf", "install"
end
end

0 comments on commit ddd88b5

Please sign in to comment.