Skip to content

Commit

Permalink
xmp 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Feb 16, 2013
1 parent 1cef121 commit 59f8198
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Library/Formula/xmp.rb
Expand Up @@ -2,18 +2,20 @@

class Xmp < Formula
homepage 'http://xmp.sourceforge.net'
url 'http://downloads.sourceforge.net/project/xmp/xmp/3.5.0/xmp-3.5.0.tar.gz'
sha1 '0707b586a445b4c3aab50eb1a6b9feb431a20983'
url 'http://downloads.sourceforge.net/project/xmp/xmp/4.0.0/xmp-4.0.0.tar.gz'
sha1 '0a0b109ccc5f34756f2f1d65d6ff61b608f70758'

depends_on 'libxmp'

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

# install the included demo song
share.install "SynthSong1"
share.install "delicate_oooz!.mod"
end

def test
system "#{bin}/xmp", "--load-only", "#{share}/SynthSong1"
system "#{bin}/xmp", "--load-only", "#{share}/delicate_oooz!.mod"
end
end

0 comments on commit 59f8198

Please sign in to comment.