aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMisty De Meo2013-04-25 10:57:08 -0500
committerMisty De Meo2013-04-26 09:19:53 -0500
commit2dd41320dd116c1d96611ef32cefcda725b9a30a (patch)
tree5d7cdbef168b48e7968e498e854528a4713247b8 /Library/Formula
parent6ea75a44b332097e8235801ff5ed7156b44cb348 (diff)
downloadhomebrew-2dd41320dd116c1d96611ef32cefcda725b9a30a.tar.bz2
xmp: add HEAD
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/xmp.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/xmp.rb b/Library/Formula/xmp.rb
index f09d6a88b..a6a380be9 100644
--- a/Library/Formula/xmp.rb
+++ b/Library/Formula/xmp.rb
@@ -4,15 +4,18 @@ class Xmp < Formula
homepage 'http://xmp.sourceforge.net'
url 'http://downloads.sourceforge.net/project/xmp/xmp/4.0.2/xmp-4.0.2.tar.gz'
sha1 '32c2d5884cd94cfbc442095200d625b9f7ec6d2d'
+ head 'git://git.code.sf.net/p/xmp/xmp-cli'
+ depends_on :autoconf if build.head?
depends_on 'libxmp'
def install
+ system "autoconf" if build.head?
system "./configure", "--prefix=#{prefix}"
system "make install"
# install the included demo song
- share.install "08_sad_song.it"
+ share.install "08_sad_song.it" unless build.head?
end
def test