Skip to content

Commit

Permalink
libxmp 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Feb 16, 2013
1 parent f7d9a12 commit 1cef121
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Library/Formula/libxmp.rb
@@ -0,0 +1,16 @@
require 'formula'

class Libxmp < Formula
homepage 'http://xmp.sourceforge.net'
url 'http://downloads.sourceforge.net/project/xmp/libxmp/4.0.0/libxmp-4.0.0.tar.gz'
sha1 '2112a877b2eb91e013ff83779f6de870572ed516'
head 'git://xmp.git.sourceforge.net/gitroot/xmp/xmp'

depends_on :autoconf if build.head?

def install
system "autoconf" if build.head?
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end

0 comments on commit 1cef121

Please sign in to comment.