Skip to content

Commit

Permalink
libsndfile - uses pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Oct 17, 2010
1 parent 2b8fdf7 commit b1dbbad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Formula/libsndfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ class Libsndfile <Formula
url 'http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.21.tar.gz'
md5 '880a40ec636ab2185b97f8927299b292'

depends_on 'pkg-config' => :build

def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
Expand Down

0 comments on commit b1dbbad

Please sign in to comment.