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

Commit

Permalink
sord 0.10.4
Browse files Browse the repository at this point in the history
http://drobilla.net/software/sord/

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

class Sord < Formula
homepage 'http://drobilla.net/software/sord/'
url 'http://download.drobilla.net/sord-0.10.4.tar.bz2'
sha1 '7ac6b593bf391b5670fec178ed7bf81b081094b5'

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

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

0 comments on commit fc595c3

Please sign in to comment.